Color Hex Logo

#21dbed Color Hex

#21DBED
(33,219,237)
0 Favorites   0 Comments

Color spaces of #21dbed

RGB 33219237
HSL0.510.850.53
HSV185°86°93°
CMYK 0.860.080.00   0.07
XYZ41.244857.100888.9685
Yxy57.10080.22020.3048
Hunter Lab75.5651-34.8103-16.9111
CIE-Lab80.2363-36.2699-21.0527

#21dbed color RGB value is (33,219,237).

#21dbed hex color red value is 33, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #21dbed hue: 0.51 , saturation: 0.85 and the lightness value of 21dbed is 0.53.

The process color (four color CMYK) of #21dbed color hex is 0.86, 0.08, 0.00, 0.07. Web safe color of #21dbed is #33ccff. Color #21dbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11011011 11101101
Octal 41 333 355
Decimal 33 219 237
Hex 21 DB ED

RGB Percentages of Color #21dbed

%6.75
%44.79
%48.47

CMYK Percentages of Color #21dbed

%86
%8
%0
%7

Triadic Colors of #21dbed

#21dbed #ed21db #dbed21

Analogous Colors of #21dbed

#21dbed #2175ed #21ed99

Monochromatic Colors of #21dbed

#21dbed

Complementary Color

#21dbed #ed3321

#21dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#21dbed Color CSS Codes

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

#21dbed Text Font Color

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

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


#21dbed Background Color

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

This div background color is #21dbed


#21dbed Border Color

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

This div border color is #21dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21dbed


Comments

No comments written yet.

Please login to write comment.