Color Hex Logo

#25aaab Color Hex

#25AAAB
(37,170,171)
0 Favorites   0 Comments

Color spaces of #25aaab

RGB 37170171
HSL0.500.640.41
HSV180°78°67°
CMYK 0.780.010.00   0.33
XYZ22.488432.083043.5355
Yxy32.08300.22920.3270
Hunter Lab56.6419-28.2538-5.9216
CIE-Lab63.4114-33.0404-10.4250

#25aaab color RGB value is (37,170,171).

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

The process color (four color CMYK) of #25aaab color hex is 0.78, 0.01, 0.00, 0.33. Web safe color of #25aaab is #339999. Color #25aaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 10101011
Octal 45 252 253
Decimal 37 170 171
Hex 25 AA AB

RGB Percentages of Color #25aaab

%9.79
%44.97
%45.24

CMYK Percentages of Color #25aaab

%78
%1
%0
%33

Triadic Colors of #25aaab

#25aaab #ab25aa #aaab25

Analogous Colors of #25aaab

#25aaab #2567ab #25ab69

Monochromatic Colors of #25aaab

#25aaab

Complementary Color

#25aaab #ab2625

#25aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aaab Color CSS Codes

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

#25aaab Text Font Color

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

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


#25aaab Background Color

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

This div background color is #25aaab


#25aaab Border Color

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

This div border color is #25aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aaab


Comments

No comments written yet.

Please login to write comment.