Color Hex Logo

#36ddee Color Hex

#36DDEE
(54,221,238)
0 Favorites   0 Comments

Color spaces of #36ddee

RGB 54221238
HSL0.520.840.57
HSV186°77°93°
CMYK 0.770.070.00   0.07
XYZ42.810458.670289.9571
Yxy58.67020.22360.3065
Hunter Lab76.5965-34.2787-16.0143
CIE-Lab81.1100-35.3056-20.2362

#36ddee color RGB value is (54,221,238).

#36ddee hex color red value is 54, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #36ddee hue: 0.52 , saturation: 0.84 and the lightness value of 36ddee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011101 11101110
Octal 66 335 356
Decimal 54 221 238
Hex 36 DD EE

RGB Percentages of Color #36ddee

%10.53
%43.08
%46.39

CMYK Percentages of Color #36ddee

%77
%7
%0
%7

Triadic Colors of #36ddee

#36ddee #ee36dd #ddee36

Analogous Colors of #36ddee

#36ddee #3681ee #36eea3

Monochromatic Colors of #36ddee

#36ddee

Complementary Color

#36ddee #ee4736

#36ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#36ddee Color CSS Codes

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

#36ddee Text Font Color

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

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


#36ddee Background Color

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

This div background color is #36ddee


#36ddee Border Color

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

This div border color is #36ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36ddee


Comments

No comments written yet.

Please login to write comment.