Color Hex Logo

#21aabb Color Hex

#21AABB
(33,170,187)
0 Favorites   0 Comments

Color spaces of #21aabb

RGB 33170187
HSL0.520.700.43
HSV187°82°73°
CMYK 0.820.090.00   0.27
XYZ23.971632.660652.0544
Yxy32.66060.22060.3005
Hunter Lab57.1495-25.1389-13.9995
CIE-Lab63.8851-28.4277-18.6522

#21aabb color RGB value is (33,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101010 10111011
Octal 41 252 273
Decimal 33 170 187
Hex 21 AA BB

RGB Percentages of Color #21aabb

%8.46
%43.59
%47.95

CMYK Percentages of Color #21aabb

%82
%9
%0
%27

Triadic Colors of #21aabb

#21aabb #bb21aa #aabb21

Analogous Colors of #21aabb

#21aabb #215dbb #21bb7f

Monochromatic Colors of #21aabb

#21aabb

Complementary Color

#21aabb #bb3221

#21aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21aabb Color CSS Codes

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

#21aabb Text Font Color

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

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


#21aabb Background Color

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

This div background color is #21aabb


#21aabb Border Color

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

This div border color is #21aabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,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 #21aabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21aabb


Comments

No comments written yet.

Please login to write comment.