Color Hex Logo

#36ddef Color Hex

#36DDEF
(54,221,239)
0 Favorites   0 Comments

Color spaces of #36ddef

RGB 54221239
HSL0.520.850.57
HSV186°77°94°
CMYK 0.770.080.00   0.06
XYZ42.957858.729290.7331
Yxy58.72920.22330.3052
Hunter Lab76.6350-34.0529-16.5528
CIE-Lab81.1425-35.0065-20.7182

#36ddef color RGB value is (54,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011101 11101111
Octal 66 335 357
Decimal 54 221 239
Hex 36 DD EF

RGB Percentages of Color #36ddef

%10.51
%43.00
%46.50

CMYK Percentages of Color #36ddef

%77
%8
%0
%6

Triadic Colors of #36ddef

#36ddef #ef36dd #ddef36

Analogous Colors of #36ddef

#36ddef #3681ef #36efa5

Monochromatic Colors of #36ddef

#36ddef

Complementary Color

#36ddef #ef4836

#36ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#36ddef Color CSS Codes

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

#36ddef Text Font Color

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

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


#36ddef Background Color

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

This div background color is #36ddef


#36ddef Border Color

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

This div border color is #36ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36ddef


Comments

No comments written yet.

Please login to write comment.