Color Hex Logo

#21aadd Color Hex

#21AADD
(33,170,221)
0 Favorites   0 Comments

Color spaces of #21aadd

RGB 33170221
HSL0.550.740.50
HSV196°85°87°
CMYK 0.850.230.00   0.13
XYZ28.053134.293273.5473
Yxy34.29320.20640.2524
Hunter Lab58.5604-16.9711-33.4713
CIE-Lab65.1946-17.0740-35.4911

#21aadd color RGB value is (33,170,221).

#21aadd hex color red value is 33, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #21aadd hue: 0.55 , saturation: 0.74 and the lightness value of 21aadd is 0.50.

The process color (four color CMYK) of #21aadd color hex is 0.85, 0.23, 0.00, 0.13. Web safe color of #21aadd is #3399cc. Color #21aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101010 11011101
Octal 41 252 335
Decimal 33 170 221
Hex 21 AA DD

RGB Percentages of Color #21aadd

%7.78
%40.09
%52.12

CMYK Percentages of Color #21aadd

%85
%23
%0
%13

Triadic Colors of #21aadd

#21aadd #dd21aa #aadd21

Analogous Colors of #21aadd

#21aadd #214cdd #21ddb2

Monochromatic Colors of #21aadd

#21aadd

Complementary Color

#21aadd #dd5421

#21aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21aadd Color CSS Codes

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

#21aadd Text Font Color

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

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


#21aadd Background Color

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

This div background color is #21aadd


#21aadd Border Color

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

This div border color is #21aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21aadd


Comments

No comments written yet.

Please login to write comment.