Color Hex Logo

#21b8dd Color Hex

#21B8DD
(33,184,221)
0 Favorites   0 Comments

Color spaces of #21b8dd

RGB 33184221
HSL0.530.740.50
HSV192°85°87°
CMYK 0.850.170.00   0.13
XYZ30.818839.824874.4692
Yxy39.82480.21240.2744
Hunter Lab63.1069-23.2650-25.7903
CIE-Lab69.3446-24.3626-29.0662

#21b8dd color RGB value is (33,184,221).

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

The process color (four color CMYK) of #21b8dd color hex is 0.85, 0.17, 0.00, 0.13. Web safe color of #21b8dd is #33cccc. Color #21b8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10111000 11011101
Octal 41 270 335
Decimal 33 184 221
Hex 21 B8 DD

RGB Percentages of Color #21b8dd

%7.53
%42.01
%50.46

CMYK Percentages of Color #21b8dd

%85
%17
%0
%13

Triadic Colors of #21b8dd

#21b8dd #dd21b8 #b8dd21

Analogous Colors of #21b8dd

#21b8dd #215add #21dda4

Monochromatic Colors of #21b8dd

#21b8dd

Complementary Color

#21b8dd #dd4621

#21b8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21b8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21b8dd Color CSS Codes

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

#21b8dd Text Font Color

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

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


#21b8dd Background Color

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

This div background color is #21b8dd


#21b8dd Border Color

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

This div border color is #21b8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21b8dd


Comments

No comments written yet.

Please login to write comment.