Color Hex Logo

#55ef67 Color Hex

#55EF67
(85,239,103)
0 Favorites   0 Comments

Color spaces of #55ef67

RGB 85239103
HSL0.350.830.64
HSV127°64°94°
CMYK 0.640.000.57   0.06
XYZ37.061064.643623.3561
Yxy64.64360.29630.5169
Hunter Lab80.4012-58.422539.0575
CIE-Lab84.2997-67.043453.2078

#55ef67 color RGB value is (85,239,103).

#55ef67 hex color red value is 85, green value is 239 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #55ef67 hue: 0.35 , saturation: 0.83 and the lightness value of 55ef67 is 0.64.

The process color (four color CMYK) of #55ef67 color hex is 0.64, 0.00, 0.57, 0.06. Web safe color of #55ef67 is #66ff66. Color #55ef67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101111 01100111
Octal 125 357 147
Decimal 85 239 103
Hex 55 EF 67

RGB Percentages of Color #55ef67

%19.91
%55.97
%24.12

CMYK Percentages of Color #55ef67

%64
%0
%57
%6

Triadic Colors of #55ef67

#55ef67 #6755ef #ef6755

Analogous Colors of #55ef67

#55ef67 #55efb4 #90ef55

Monochromatic Colors of #55ef67

#55ef67

Complementary Color

#55ef67 #ef55dd

#55ef67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ef67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ef67 Color CSS Codes

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

#55ef67 Text Font Color

<p style="color:#55ef67">Text here</p>

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


#55ef67 Background Color

<div style="background-color:#55ef67">
Div content here</div>

This div background color is #55ef67


#55ef67 Border Color

<div style="border:3px solid #55ef67">
Div here</div>

This div border color is #55ef67


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,239,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55ef67; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55ef67;
  -webkit-box-shadow: 1px 1px 3px 2px #55ef67;
  box-shadow:         1px 1px 3px 2px #55ef67; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,239,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ef67


Comments

No comments written yet.

Please login to write comment.