Color Hex Logo

#21adda Color Hex

#21ADDA
(33,173,218)
0 Favorites   0 Comments

Color spaces of #21adda

RGB 33173218
HSL0.540.740.49
HSV195°85°85°
CMYK 0.850.210.00   0.15
XYZ28.225735.272471.6503
Yxy35.27240.20880.2610
Hunter Lab59.3906-19.1004-29.9556
CIE-Lab65.9602-19.6925-32.6493

#21adda color RGB value is (33,173,218).

#21adda hex color red value is 33, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #21adda hue: 0.54 , saturation: 0.74 and the lightness value of 21adda is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 11011010
Octal 41 255 332
Decimal 33 173 218
Hex 21 AD DA

RGB Percentages of Color #21adda

%7.78
%40.80
%51.42

CMYK Percentages of Color #21adda

%85
%21
%0
%15

Triadic Colors of #21adda

#21adda #da21ad #adda21

Analogous Colors of #21adda

#21adda #2150da #21daab

Monochromatic Colors of #21adda

#21adda

Complementary Color

#21adda #da4e21

#21adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#21adda Color CSS Codes

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

#21adda Text Font Color

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

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


#21adda Background Color

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

This div background color is #21adda


#21adda Border Color

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

This div border color is #21adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21adda


Comments

No comments written yet.

Please login to write comment.