Color Hex Logo

#21cedd Color Hex

#21CEDD
(33,206,221)
0 Favorites   0 Comments

Color spaces of #21cedd

RGB 33206221
HSL0.510.740.50
HSV185°85°87°
CMYK 0.850.070.00   0.13
XYZ35.749749.686476.1128
Yxy49.68640.22130.3076
Hunter Lab70.4886-32.8252-14.6787
CIE-Lab75.8764-35.0958-19.0914

#21cedd color RGB value is (33,206,221).

#21cedd hex color red value is 33, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #21cedd hue: 0.51 , saturation: 0.74 and the lightness value of 21cedd is 0.50.

The process color (four color CMYK) of #21cedd color hex is 0.85, 0.07, 0.00, 0.13. Web safe color of #21cedd is #33cccc. Color #21cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11001110 11011101
Octal 41 316 335
Decimal 33 206 221
Hex 21 CE DD

RGB Percentages of Color #21cedd

%7.17
%44.78
%48.04

CMYK Percentages of Color #21cedd

%85
%7
%0
%13

Triadic Colors of #21cedd

#21cedd #dd21ce #cedd21

Analogous Colors of #21cedd

#21cedd #2170dd #21dd8e

Monochromatic Colors of #21cedd

#21cedd

Complementary Color

#21cedd #dd3021

#21cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21cedd Color CSS Codes

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

#21cedd Text Font Color

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

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


#21cedd Background Color

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

This div background color is #21cedd


#21cedd Border Color

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

This div border color is #21cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21cedd


Comments

No comments written yet.

Please login to write comment.