Color Hex Logo

#36dbad Color Hex

#36DBAD
(54,219,173)
0 Favorites   0 Comments

Color spaces of #36dbad

RGB 54219173
HSL0.450.700.54
HSV163°75°86°
CMYK 0.750.000.21   0.14
XYZ34.395754.464448.2350
Yxy54.46440.25090.3973
Hunter Lab73.8000-45.957112.9086
CIE-Lab78.7318-52.018810.8677

#36dbad color RGB value is (54,219,173).

#36dbad hex color red value is 54, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #36dbad hue: 0.45 , saturation: 0.70 and the lightness value of 36dbad is 0.54.

The process color (four color CMYK) of #36dbad color hex is 0.75, 0.00, 0.21, 0.14. Web safe color of #36dbad is #33cc99. Color #36dbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011011 10101101
Octal 66 333 255
Decimal 54 219 173
Hex 36 DB AD

RGB Percentages of Color #36dbad

%12.11
%49.10
%38.79

CMYK Percentages of Color #36dbad

%75
%0
%21
%14

Triadic Colors of #36dbad

#36dbad #ad36db #dbad36

Analogous Colors of #36dbad

#36dbad #36b7db #36db5b

Monochromatic Colors of #36dbad

#36dbad

Complementary Color

#36dbad #db3664

#36dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#36dbad Color CSS Codes

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

#36dbad Text Font Color

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

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


#36dbad Background Color

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

This div background color is #36dbad


#36dbad Border Color

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

This div border color is #36dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36dbad


Comments

No comments written yet.

Please login to write comment.