Color Hex Logo

#25addd Color Hex

#25ADDD
(37,173,221)
0 Favorites   0 Comments

Color spaces of #25addd

RGB 37173221
HSL0.540.730.51
HSV196°83°87°
CMYK 0.830.220.00   0.13
XYZ28.757735.500973.7433
Yxy35.50090.20840.2572
Hunter Lab59.5826-18.1162-31.6733
CIE-Lab66.1368-18.3710-34.0224

#25addd color RGB value is (37,173,221).

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

The process color (four color CMYK) of #25addd color hex is 0.83, 0.22, 0.00, 0.13. Web safe color of #25addd is #3399cc. Color #25addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101101 11011101
Octal 45 255 335
Decimal 37 173 221
Hex 25 AD DD

RGB Percentages of Color #25addd

%8.58
%40.14
%51.28

CMYK Percentages of Color #25addd

%83
%22
%0
%13

Triadic Colors of #25addd

#25addd #dd25ad #addd25

Analogous Colors of #25addd

#25addd #2551dd #25ddb1

Monochromatic Colors of #25addd

#25addd

Complementary Color

#25addd #dd5525

#25addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25addd Color CSS Codes

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

#25addd Text Font Color

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

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


#25addd Background Color

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

This div background color is #25addd


#25addd Border Color

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

This div border color is #25addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25addd


Comments

No comments written yet.

Please login to write comment.