Color Hex Logo

#25cbbd Color Hex

#25CBBD
(37,203,189)
0 Favorites   0 Comments

Color spaces of #25cbbd

RGB 37203189
HSL0.490.690.47
HSV175°82°80°
CMYK 0.820.000.07   0.20
XYZ31.304246.779355.5235
Yxy46.77930.23430.3501
Hunter Lab68.3954-37.9935-0.2549
CIE-Lab74.0484-42.8437-4.5290

#25cbbd color RGB value is (37,203,189).

#25cbbd hex color red value is 37, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #25cbbd hue: 0.49 , saturation: 0.69 and the lightness value of 25cbbd is 0.47.

The process color (four color CMYK) of #25cbbd color hex is 0.82, 0.00, 0.07, 0.20. Web safe color of #25cbbd is #33cccc. Color #25cbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001011 10111101
Octal 45 313 275
Decimal 37 203 189
Hex 25 CB BD

RGB Percentages of Color #25cbbd

%8.62
%47.32
%44.06

CMYK Percentages of Color #25cbbd

%82
%0
%7
%20

Triadic Colors of #25cbbd

#25cbbd #bd25cb #cbbd25

Analogous Colors of #25cbbd

#25cbbd #2586cb #25cb6a

Monochromatic Colors of #25cbbd

#25cbbd

Complementary Color

#25cbbd #cb2533

#25cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25cbbd Color CSS Codes

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

#25cbbd Text Font Color

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

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


#25cbbd Background Color

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

This div background color is #25cbbd


#25cbbd Border Color

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

This div border color is #25cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25cbbd


Comments

No comments written yet.

Please login to write comment.