Color Hex Logo

#21baed Color Hex

#21BAED
(33,186,237)
0 Favorites   0 Comments

Color spaces of #21baed

RGB 33186237
HSL0.540.850.53
HSV195°86°93°
CMYK 0.860.220.00   0.07
XYZ33.472241.555686.3776
Yxy41.55560.20740.2575
Hunter Lab64.4636-20.1267-34.3207
CIE-Lab70.5634-20.0284-35.8970

#21baed color RGB value is (33,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10111010 11101101
Octal 41 272 355
Decimal 33 186 237
Hex 21 BA ED

RGB Percentages of Color #21baed

%7.24
%40.79
%51.97

CMYK Percentages of Color #21baed

%86
%22
%0
%7

Triadic Colors of #21baed

#21baed #ed21ba #baed21

Analogous Colors of #21baed

#21baed #2154ed #21edba

Monochromatic Colors of #21baed

#21baed

Complementary Color

#21baed #ed5421

#21baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#21baed Color CSS Codes

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

#21baed Text Font Color

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

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


#21baed Background Color

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

This div background color is #21baed


#21baed Border Color

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

This div border color is #21baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21baed


Comments

No comments written yet.

Please login to write comment.