Color Hex Logo

#36d066 Color Hex

#36D066
(54,208,102)
0 Favorites   0 Comments

Color spaces of #36d066

RGB 54208102
HSL0.390.620.51
HSV139°74°82°
CMYK 0.740.000.51   0.18
XYZ26.475546.855320.2190
Yxy46.85530.28300.5009
Hunter Lab68.4509-50.748830.4026
CIE-Lab74.0971-61.808041.2370

#36d066 color RGB value is (54,208,102).

#36d066 hex color red value is 54, green value is 208 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #36d066 hue: 0.39 , saturation: 0.62 and the lightness value of 36d066 is 0.51.

The process color (four color CMYK) of #36d066 color hex is 0.74, 0.00, 0.51, 0.18. Web safe color of #36d066 is #33cc66. Color #36d066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 11010000 01100110
Octal 66 320 146
Decimal 54 208 102
Hex 36 D0 66

RGB Percentages of Color #36d066

%14.84
%57.14
%28.02

CMYK Percentages of Color #36d066

%74
%0
%51
%18

Triadic Colors of #36d066

#36d066 #6636d0 #d06636

Analogous Colors of #36d066

#36d066 #36d0b3 #53d036

Monochromatic Colors of #36d066

#36d066

Complementary Color

#36d066 #d036a0

#36d066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36d066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#36d066 Color CSS Codes

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

#36d066 Text Font Color

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

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


#36d066 Background Color

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

This div background color is #36d066


#36d066 Border Color

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

This div border color is #36d066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36d066


Comments

No comments written yet.

Please login to write comment.