Color Hex Logo

#36ddba Color Hex

#36DDBA
(54,221,186)
0 Favorites   0 Comments

Color spaces of #36ddba

RGB 54221186
HSL0.470.710.54
HSV167°76°87°
CMYK 0.760.000.16   0.13
XYZ36.240756.042355.3615
Yxy56.04230.24550.3796
Hunter Lab74.8614-44.59498.5568
CIE-Lab79.6379-49.66435.2636

#36ddba color RGB value is (54,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011101 10111010
Octal 66 335 272
Decimal 54 221 186
Hex 36 DD BA

RGB Percentages of Color #36ddba

%11.71
%47.94
%40.35

CMYK Percentages of Color #36ddba

%76
%0
%16
%13

Triadic Colors of #36ddba

#36ddba #ba36dd #ddba36

Analogous Colors of #36ddba

#36ddba #36addd #36dd67

Monochromatic Colors of #36ddba

#36ddba

Complementary Color

#36ddba #dd3659

#36ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#36ddba Color CSS Codes

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

#36ddba Text Font Color

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

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


#36ddba Background Color

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

This div background color is #36ddba


#36ddba Border Color

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

This div border color is #36ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36ddba


Comments

No comments written yet.

Please login to write comment.