Color Hex Logo

#21caef Color Hex

#21CAEF
(33,202,239)
0 Favorites   0 Comments

Color spaces of #21caef

RGB 33202239
HSL0.530.870.53
HSV191°86°94°
CMYK 0.860.150.00   0.06
XYZ37.327748.796489.1126
Yxy48.79640.21300.2785
Hunter Lab69.8544-26.8612-26.7376
CIE-Lab75.3245-27.4828-29.6221

#21caef color RGB value is (33,202,239).

#21caef hex color red value is 33, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #21caef hue: 0.53 , saturation: 0.87 and the lightness value of 21caef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11001010 11101111
Octal 41 312 357
Decimal 33 202 239
Hex 21 CA EF

RGB Percentages of Color #21caef

%6.96
%42.62
%50.42

CMYK Percentages of Color #21caef

%86
%15
%0
%6

Triadic Colors of #21caef

#21caef #ef21ca #caef21

Analogous Colors of #21caef

#21caef #2163ef #21efad

Monochromatic Colors of #21caef

#21caef

Complementary Color

#21caef #ef4621

#21caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#21caef Color CSS Codes

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

#21caef Text Font Color

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

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


#21caef Background Color

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

This div background color is #21caef


#21caef Border Color

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

This div border color is #21caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21caef


Comments

No comments written yet.

Please login to write comment.