Color Hex Logo

#21ceea Color Hex

#21CEEA
(33,206,234)
0 Favorites   0 Comments

Color spaces of #21ceea

RGB 33206234
HSL0.520.830.52
HSV188°86°92°
CMYK 0.860.120.00   0.08
XYZ37.549850.406585.5922
Yxy50.40650.21640.2904
Hunter Lab70.9975-29.8390-21.7797
CIE-Lab76.3181-31.0408-25.4123

#21ceea color RGB value is (33,206,234).

#21ceea hex color red value is 33, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #21ceea hue: 0.52 , saturation: 0.83 and the lightness value of 21ceea is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11001110 11101010
Octal 41 316 352
Decimal 33 206 234
Hex 21 CE EA

RGB Percentages of Color #21ceea

%6.98
%43.55
%49.47

CMYK Percentages of Color #21ceea

%86
%12
%0
%8

Triadic Colors of #21ceea

#21ceea #ea21ce #ceea21

Analogous Colors of #21ceea

#21ceea #216aea #21eaa2

Monochromatic Colors of #21ceea

#21ceea

Complementary Color

#21ceea #ea3d21

#21ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ceea Color CSS Codes

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

#21ceea Text Font Color

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

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


#21ceea Background Color

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

This div background color is #21ceea


#21ceea Border Color

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

This div border color is #21ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ceea


Comments

No comments written yet.

Please login to write comment.