Color Hex Logo

#21ceeb Color Hex

#21CEEB
(33,206,235)
0 Favorites   0 Comments

Color spaces of #21ceeb

RGB 33206235
HSL0.520.830.53
HSV189°86°92°
CMYK 0.860.120.00   0.08
XYZ37.693950.464186.3511
Yxy50.46410.21600.2892
Hunter Lab71.0381-29.6018-22.3439
CIE-Lab76.3532-30.7236-25.8956

#21ceeb color RGB value is (33,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11001110 11101011
Octal 41 316 353
Decimal 33 206 235
Hex 21 CE EB

RGB Percentages of Color #21ceeb

%6.96
%43.46
%49.58

CMYK Percentages of Color #21ceeb

%86
%12
%0
%8

Triadic Colors of #21ceeb

#21ceeb #eb21ce #ceeb21

Analogous Colors of #21ceeb

#21ceeb #2169eb #21eba3

Monochromatic Colors of #21ceeb

#21ceeb

Complementary Color

#21ceeb #eb3e21

#21ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ceeb Color CSS Codes

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

#21ceeb Text Font Color

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

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


#21ceeb Background Color

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

This div background color is #21ceeb


#21ceeb Border Color

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

This div border color is #21ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ceeb


Comments

No comments written yet.

Please login to write comment.