Color Hex Logo

#25dee1 Color Hex

#25DEE1
(37,222,225)
0 Favorites   0 Comments

Color spaces of #25dee1

RGB 37222225
HSL0.500.760.51
HSV181°84°88°
CMYK 0.840.010.00   0.12
XYZ40.474858.072180.3100
Yxy58.07210.22630.3247
Hunter Lab76.2051-38.5521-9.1402
CIE-Lab80.7789-40.9791-13.8434

#25dee1 color RGB value is (37,222,225).

#25dee1 hex color red value is 37, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #25dee1 hue: 0.50 , saturation: 0.76 and the lightness value of 25dee1 is 0.51.

The process color (four color CMYK) of #25dee1 color hex is 0.84, 0.01, 0.00, 0.12. Web safe color of #25dee1 is #33cccc. Color #25dee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011110 11100001
Octal 45 336 341
Decimal 37 222 225
Hex 25 DE E1

RGB Percentages of Color #25dee1

%7.64
%45.87
%46.49

CMYK Percentages of Color #25dee1

%84
%1
%0
%12

Triadic Colors of #25dee1

#25dee1 #e125de #dee125

Analogous Colors of #25dee1

#25dee1 #2580e1 #25e186

Monochromatic Colors of #25dee1

#25dee1

Complementary Color

#25dee1 #e12825

#25dee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dee1 Color CSS Codes

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

#25dee1 Text Font Color

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

This sample text font color is #25dee1
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.


#25dee1 Background Color

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

This div background color is #25dee1


#25dee1 Border Color

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

This div border color is #25dee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dee1


Comments

No comments written yet.

Please login to write comment.