Color Hex Logo

#25aaad Color Hex

#25AAAD
(37,170,173)
0 Favorites   0 Comments

Color spaces of #25aaad

RGB 37170173
HSL0.500.650.41
HSV181°79°68°
CMYK 0.790.020.00   0.32
XYZ22.680532.159944.5473
Yxy32.15990.22820.3236
Hunter Lab56.7097-27.8526-6.8774
CIE-Lab63.4748-32.4356-11.4485

#25aaad color RGB value is (37,170,173).

#25aaad hex color red value is 37, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #25aaad hue: 0.50 , saturation: 0.65 and the lightness value of 25aaad is 0.41.

The process color (four color CMYK) of #25aaad color hex is 0.79, 0.02, 0.00, 0.32. Web safe color of #25aaad is #339999. Color #25aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 10101101
Octal 45 252 255
Decimal 37 170 173
Hex 25 AA AD

RGB Percentages of Color #25aaad

%9.74
%44.74
%45.53

CMYK Percentages of Color #25aaad

%79
%2
%0
%32

Triadic Colors of #25aaad

#25aaad #ad25aa #aaad25

Analogous Colors of #25aaad

#25aaad #2566ad #25ad6c

Monochromatic Colors of #25aaad

#25aaad

Complementary Color

#25aaad #ad2825

#25aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aaad Color CSS Codes

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

#25aaad Text Font Color

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

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


#25aaad Background Color

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

This div background color is #25aaad


#25aaad Border Color

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

This div border color is #25aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aaad


Comments

No comments written yet.

Please login to write comment.