Color Hex Logo

#25aabb Color Hex

#25AABB
(37,170,187)
0 Favorites   0 Comments

Color spaces of #25aabb

RGB 37170187
HSL0.520.670.44
HSV187°80°73°
CMYK 0.800.090.00   0.27
XYZ24.107332.730652.0608
Yxy32.73060.22140.3006
Hunter Lab57.2107-24.9027-13.9055
CIE-Lab63.9422-28.0786-18.5603

#25aabb color RGB value is (37,170,187).

#25aabb hex color red value is 37, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #25aabb hue: 0.52 , saturation: 0.67 and the lightness value of 25aabb is 0.44.

The process color (four color CMYK) of #25aabb color hex is 0.80, 0.09, 0.00, 0.27. Web safe color of #25aabb is #3399cc. Color #25aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 10111011
Octal 45 252 273
Decimal 37 170 187
Hex 25 AA BB

RGB Percentages of Color #25aabb

%9.39
%43.15
%47.46

CMYK Percentages of Color #25aabb

%80
%9
%0
%27

Triadic Colors of #25aabb

#25aabb #bb25aa #aabb25

Analogous Colors of #25aabb

#25aabb #255fbb #25bb81

Monochromatic Colors of #25aabb

#25aabb

Complementary Color

#25aabb #bb3625

#25aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aabb Color CSS Codes

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

#25aabb Text Font Color

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

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


#25aabb Background Color

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

This div background color is #25aabb


#25aabb Border Color

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

This div border color is #25aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aabb


Comments

No comments written yet.

Please login to write comment.