Color Hex Logo

#25daca Color Hex

#25DACA
(37,218,202)
0 Favorites   0 Comments

Color spaces of #25daca

RGB 37218202
HSL0.490.710.50
HSV175°83°85°
CMYK 0.830.000.07   0.15
XYZ36.495054.800464.5312
Yxy54.80040.23420.3517
Hunter Lab74.0273-41.54840.1347
CIE-Lab78.9262-45.7505-4.3306

#25daca color RGB value is (37,218,202).

#25daca hex color red value is 37, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #25daca hue: 0.49 , saturation: 0.71 and the lightness value of 25daca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011010 11001010
Octal 45 332 312
Decimal 37 218 202
Hex 25 DA CA

RGB Percentages of Color #25daca

%8.10
%47.70
%44.20

CMYK Percentages of Color #25daca

%83
%0
%7
%15

Triadic Colors of #25daca

#25daca #ca25da #daca25

Analogous Colors of #25daca

#25daca #2590da #25da70

Monochromatic Colors of #25daca

#25daca

Complementary Color

#25daca #da2535

#25daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#25daca Color CSS Codes

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

#25daca Text Font Color

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

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


#25daca Background Color

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

This div background color is #25daca


#25daca Border Color

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

This div border color is #25daca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,218,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 #25daca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25daca


Comments

No comments written yet.

Please login to write comment.