Color Hex Logo

#21a3dd Color Hex

#21A3DD
(33,163,221)
0 Favorites   0 Comments

Color spaces of #21a3dd

RGB 33163221
HSL0.550.740.50
HSV199°85°87°
CMYK 0.850.260.00   0.13
XYZ26.775531.738273.1215
Yxy31.73820.20340.2411
Hunter Lab56.3367-13.7523-37.5191
CIE-Lab63.1259-13.2896-38.7186

#21a3dd color RGB value is (33,163,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10100011 11011101
Octal 41 243 335
Decimal 33 163 221
Hex 21 A3 DD

RGB Percentages of Color #21a3dd

%7.91
%39.09
%53.00

CMYK Percentages of Color #21a3dd

%85
%26
%0
%13

Triadic Colors of #21a3dd

#21a3dd #dd21a3 #a3dd21

Analogous Colors of #21a3dd

#21a3dd #2145dd #21ddb9

Monochromatic Colors of #21a3dd

#21a3dd

Complementary Color

#21a3dd #dd5b21

#21a3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21a3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21a3dd Color CSS Codes

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

#21a3dd Text Font Color

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

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


#21a3dd Background Color

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

This div background color is #21a3dd


#21a3dd Border Color

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

This div border color is #21a3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21a3dd


Comments

No comments written yet.

Please login to write comment.