Color Hex Logo

#25cedc Color Hex

#25CEDC
(37,206,220)
0 Favorites   0 Comments

Color spaces of #25cedc

RGB 37206220
HSL0.510.720.50
HSV185°83°86°
CMYK 0.830.060.00   0.14
XYZ35.752549.703275.4195
Yxy49.70320.22220.3090
Hunter Lab70.5005-32.8542-14.0765
CIE-Lab75.8867-35.1310-18.5330

#25cedc color RGB value is (37,206,220).

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

The process color (four color CMYK) of #25cedc color hex is 0.83, 0.06, 0.00, 0.14. Web safe color of #25cedc is #33cccc. Color #25cedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001110 11011100
Octal 45 316 334
Decimal 37 206 220
Hex 25 CE DC

RGB Percentages of Color #25cedc

%7.99
%44.49
%47.52

CMYK Percentages of Color #25cedc

%83
%6
%0
%14

Triadic Colors of #25cedc

#25cedc #dc25ce #cedc25

Analogous Colors of #25cedc

#25cedc #2573dc #25dc8f

Monochromatic Colors of #25cedc

#25cedc

Complementary Color

#25cedc #dc3325

#25cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25cedc Color CSS Codes

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

#25cedc Text Font Color

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

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


#25cedc Background Color

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

This div background color is #25cedc


#25cedc Border Color

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

This div border color is #25cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25cedc


Comments

No comments written yet.

Please login to write comment.