Color Hex Logo

#21ccee Color Hex

#21CCEE
(33,204,238)
0 Favorites   0 Comments

Color spaces of #21ccee

RGB 33204238
HSL0.530.860.53
HSV190°86°93°
CMYK 0.860.140.00   0.07
XYZ37.652749.682188.4940
Yxy49.68210.21410.2826
Hunter Lab70.4855-27.9967-25.0982
CIE-Lab75.8737-28.7906-28.2413

#21ccee color RGB value is (33,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11001100 11101110
Octal 41 314 356
Decimal 33 204 238
Hex 21 CC EE

RGB Percentages of Color #21ccee

%6.95
%42.95
%50.11

CMYK Percentages of Color #21ccee

%86
%14
%0
%7

Triadic Colors of #21ccee

#21ccee #ee21cc #ccee21

Analogous Colors of #21ccee

#21ccee #2166ee #21eeaa

Monochromatic Colors of #21ccee

#21ccee

Complementary Color

#21ccee #ee4321

#21ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ccee Color CSS Codes

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

#21ccee Text Font Color

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

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


#21ccee Background Color

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

This div background color is #21ccee


#21ccee Border Color

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

This div border color is #21ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ccee


Comments

No comments written yet.

Please login to write comment.