Color Hex Logo

#36edba Color Hex

#36EDBA
(54,237,186)
0 Favorites   0 Comments

Color spaces of #36edba

RGB 54237186
HSL0.450.840.57
HSV163°77°93°
CMYK 0.770.000.22   0.07
XYZ40.668464.897856.8375
Yxy64.89780.25040.3996
Hunter Lab80.5592-50.867014.5601
CIE-Lab84.4310-56.122512.1215

#36edba color RGB value is (54,237,186).

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

The process color (four color CMYK) of #36edba color hex is 0.77, 0.00, 0.22, 0.07. Web safe color of #36edba is #33ffcc. Color #36edba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 11101101 10111010
Octal 66 355 272
Decimal 54 237 186
Hex 36 ED BA

RGB Percentages of Color #36edba

%11.32
%49.69
%38.99

CMYK Percentages of Color #36edba

%77
%0
%22
%7

Triadic Colors of #36edba

#36edba #ba36ed #edba36

Analogous Colors of #36edba

#36edba #36c5ed #36ed5f

Monochromatic Colors of #36edba

#36edba

Complementary Color

#36edba #ed3669

#36edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#36edba Color CSS Codes

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

#36edba Text Font Color

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

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


#36edba Background Color

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

This div background color is #36edba


#36edba Border Color

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

This div border color is #36edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36edba


Comments

No comments written yet.

Please login to write comment.