Color Hex Logo

#20ddee Color Hex

#20DDEE
(32,221,238)
0 Favorites   0 Comments

Color spaces of #20ddee

RGB 32221238
HSL0.510.860.53
HSV185°87°93°
CMYK 0.870.070.00   0.07
XYZ41.884758.193089.9137
Yxy58.19300.22050.3063
Hunter Lab76.2843-35.4903-16.4840
CIE-Lab80.8460-36.9503-20.6612

#20ddee color RGB value is (32,221,238).

#20ddee hex color red value is 32, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #20ddee hue: 0.51 , saturation: 0.86 and the lightness value of 20ddee is 0.53.

The process color (four color CMYK) of #20ddee color hex is 0.87, 0.07, 0.00, 0.07. Web safe color of #20ddee is #33ccff. Color #20ddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011101 11101110
Octal 40 335 356
Decimal 32 221 238
Hex 20 DD EE

RGB Percentages of Color #20ddee

%6.52
%45.01
%48.47

CMYK Percentages of Color #20ddee

%87
%7
%0
%7

Triadic Colors of #20ddee

#20ddee #ee20dd #ddee20

Analogous Colors of #20ddee

#20ddee #2076ee #20ee98

Monochromatic Colors of #20ddee

#20ddee

Complementary Color

#20ddee #ee3120

#20ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ddee Color CSS Codes

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

#20ddee Text Font Color

<p style="color:#20ddee">Text here</p>

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


#20ddee Background Color

<div style="background-color:#20ddee">
Div content here</div>

This div background color is #20ddee


#20ddee Border Color

<div style="border:3px solid #20ddee">
Div here</div>

This div border color is #20ddee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,221,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20ddee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20ddee;
  -webkit-box-shadow: 1px 1px 3px 2px #20ddee;
  box-shadow:         1px 1px 3px 2px #20ddee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,221,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 #20ddee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ddee


Comments

No comments written yet.

Please login to write comment.