Color Hex Logo

#25cbdd Color Hex

#25CBDD
(37,203,221)
0 Favorites   0 Comments

Color spaces of #25cbdd

RGB 37203221
HSL0.520.730.51
HSV186°83°87°
CMYK 0.830.080.00   0.13
XYZ35.170048.325675.8807
Yxy48.32560.22070.3032
Hunter Lab69.5166-31.3470-16.0562
CIE-Lab75.0298-33.4084-20.3704

#25cbdd color RGB value is (37,203,221).

#25cbdd hex color red value is 37, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #25cbdd hue: 0.52 , saturation: 0.73 and the lightness value of 25cbdd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001011 11011101
Octal 45 313 335
Decimal 37 203 221
Hex 25 CB DD

RGB Percentages of Color #25cbdd

%8.03
%44.03
%47.94

CMYK Percentages of Color #25cbdd

%83
%8
%0
%13

Triadic Colors of #25cbdd

#25cbdd #dd25cb #cbdd25

Analogous Colors of #25cbdd

#25cbdd #256fdd #25dd93

Monochromatic Colors of #25cbdd

#25cbdd

Complementary Color

#25cbdd #dd3725

#25cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25cbdd Color CSS Codes

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

#25cbdd Text Font Color

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

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


#25cbdd Background Color

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

This div background color is #25cbdd


#25cbdd Border Color

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

This div border color is #25cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25cbdd


Comments

No comments written yet.

Please login to write comment.