Color Hex Logo

#25ddca Color Hex

#25DDCA
(37,221,202)
0 Favorites   0 Comments

Color spaces of #25ddca

RGB 37221202
HSL0.480.730.51
HSV174°83°87°
CMYK 0.830.000.09   0.13
XYZ37.280156.370564.7928
Yxy56.37050.23530.3558
Hunter Lab75.0803-42.75881.3901
CIE-Lab79.8242-47.0339-3.0089

#25ddca color RGB value is (37,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011101 11001010
Octal 45 335 312
Decimal 37 221 202
Hex 25 DD CA

RGB Percentages of Color #25ddca

%8.04
%48.04
%43.91

CMYK Percentages of Color #25ddca

%83
%0
%9
%13

Triadic Colors of #25ddca

#25ddca #ca25dd #ddca25

Analogous Colors of #25ddca

#25ddca #2594dd #25dd6e

Monochromatic Colors of #25ddca

#25ddca

Complementary Color

#25ddca #dd2538

#25ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ddca Color CSS Codes

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

#25ddca Text Font Color

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

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


#25ddca Background Color

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

This div background color is #25ddca


#25ddca Border Color

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

This div border color is #25ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ddca


Comments

No comments written yet.

Please login to write comment.