Color Hex Logo

#36d9dd Color Hex

#36D9DD
(54,217,221)
0 Favorites   0 Comments

Color spaces of #36d9dd

RGB 54217221
HSL0.500.710.54
HSV181°76°87°
CMYK 0.760.020.00   0.13
XYZ39.385355.630477.0685
Yxy55.63040.22890.3233
Hunter Lab74.5858-36.2676-9.0535
CIE-Lab79.4030-38.4547-13.7509

#36d9dd color RGB value is (54,217,221).

#36d9dd hex color red value is 54, green value is 217 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #36d9dd hue: 0.50 , saturation: 0.71 and the lightness value of 36d9dd is 0.54.

The process color (four color CMYK) of #36d9dd color hex is 0.76, 0.02, 0.00, 0.13. Web safe color of #36d9dd is #33cccc. Color #36d9dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011001 11011101
Octal 66 331 335
Decimal 54 217 221
Hex 36 D9 DD

RGB Percentages of Color #36d9dd

%10.98
%44.11
%44.92

CMYK Percentages of Color #36d9dd

%76
%2
%0
%13

Triadic Colors of #36d9dd

#36d9dd #dd36d9 #d9dd36

Analogous Colors of #36d9dd

#36d9dd #3686dd #36dd8e

Monochromatic Colors of #36d9dd

#36d9dd

Complementary Color

#36d9dd #dd3a36

#36d9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36d9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#36d9dd Color CSS Codes

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

#36d9dd Text Font Color

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

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


#36d9dd Background Color

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

This div background color is #36d9dd


#36d9dd Border Color

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

This div border color is #36d9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36d9dd


Comments

No comments written yet.

Please login to write comment.