Color Hex Logo

#25dacc Color Hex

#25DACC
(37,218,204)
0 Favorites   0 Comments

Color spaces of #25dacc

RGB 37218204
HSL0.490.710.50
HSV175°83°85°
CMYK 0.830.000.06   0.15
XYZ36.733454.895865.7866
Yxy54.89580.23340.3487
Hunter Lab74.0917-41.1632-0.7799
CIE-Lab78.9812-45.1982-5.3181

#25dacc color RGB value is (37,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011010 11001100
Octal 45 332 314
Decimal 37 218 204
Hex 25 DA CC

RGB Percentages of Color #25dacc

%8.06
%47.49
%44.44

CMYK Percentages of Color #25dacc

%83
%0
%6
%15

Triadic Colors of #25dacc

#25dacc #cc25da #dacc25

Analogous Colors of #25dacc

#25dacc #258eda #25da72

Monochromatic Colors of #25dacc

#25dacc

Complementary Color

#25dacc #da2533

#25dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dacc Color CSS Codes

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

#25dacc Text Font Color

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

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


#25dacc Background Color

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

This div background color is #25dacc


#25dacc Border Color

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

This div border color is #25dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dacc


Comments

No comments written yet.

Please login to write comment.