Color Hex Logo

#25dfef Color Hex

#25DFEF
(37,223,239)
0 Favorites   0 Comments

Color spaces of #25dfef

RGB 37223239
HSL0.510.860.54
HSV185°85°94°
CMYK 0.850.070.00   0.06
XYZ42.730659.400790.8747
Yxy59.40070.22140.3078
Hunter Lab77.0718-35.9108-15.9580
CIE-Lab81.5114-37.2740-20.1802

#25dfef color RGB value is (37,223,239).

#25dfef hex color red value is 37, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #25dfef hue: 0.51 , saturation: 0.86 and the lightness value of 25dfef is 0.54.

The process color (four color CMYK) of #25dfef color hex is 0.85, 0.07, 0.00, 0.06. Web safe color of #25dfef is #33ccff. Color #25dfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011111 11101111
Octal 45 337 357
Decimal 37 223 239
Hex 25 DF EF

RGB Percentages of Color #25dfef

%7.41
%44.69
%47.90

CMYK Percentages of Color #25dfef

%85
%7
%0
%6

Triadic Colors of #25dfef

#25dfef #ef25df #dfef25

Analogous Colors of #25dfef

#25dfef #257aef #25ef9a

Monochromatic Colors of #25dfef

#25dfef

Complementary Color

#25dfef #ef3525

#25dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dfef Color CSS Codes

.mybgcolor {background-color:#25dfef; } 
.myforecolor {color:#25dfef; }
.mybordercolor {border:3px solid #25dfef; }

#25dfef Text Font Color

<p style="color:#25dfef">Text here</p>

This sample text font color is #25dfef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#25dfef Background Color

<div style="background-color:#25dfef">
Div content here</div>

This div background color is #25dfef


#25dfef Border Color

<div style="border:3px solid #25dfef">
Div here</div>

This div border color is #25dfef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,223,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25dfef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25dfef;
  -webkit-box-shadow: 1px 1px 3px 2px #25dfef;
  box-shadow:         1px 1px 3px 2px #25dfef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,223,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #25dfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #25dfef;
  -webkit-box-shadow: 1px 1px 3px 2px #25dfef;
  box-shadow:         1px 1px 3px 2px #25dfef;">
Div content here</div>

This div box has shadow with color #25dfef


Comments

No comments written yet.

Please login to write comment.