Color Hex Logo

#69e59b Color Hex

#69E59B
(105,229,155)
0 Favorites   0 Comments

Color spaces of #69e59b

RGB 105229155
HSL0.400.700.65
HSV144°54°90°
CMYK 0.540.000.32   0.10
XYZ39.761461.408440.7677
Yxy61.40840.28010.4326
Hunter Lab78.3635-46.565824.0095
CIE-Lab82.5978-51.042725.8460

#69e59b color RGB value is (105,229,155).

#69e59b hex color red value is 105, green value is 229 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #69e59b hue: 0.40 , saturation: 0.70 and the lightness value of 69e59b is 0.65.

The process color (four color CMYK) of #69e59b color hex is 0.54, 0.00, 0.32, 0.10. Web safe color of #69e59b is #66cc99. Color #69e59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100101 10011011
Octal 151 345 233
Decimal 105 229 155
Hex 69 E5 9B

RGB Percentages of Color #69e59b

%21.47
%46.83
%31.70

CMYK Percentages of Color #69e59b

%54
%0
%32
%10

Triadic Colors of #69e59b

#69e59b #9b69e5 #e59b69

Analogous Colors of #69e59b

#69e59b #69e5d9 #75e569

Monochromatic Colors of #69e59b

#69e59b

Complementary Color

#69e59b #e569b3

#69e59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e59b Color CSS Codes

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

#69e59b Text Font Color

<p style="color:#69e59b">Text here</p>

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


#69e59b Background Color

<div style="background-color:#69e59b">
Div content here</div>

This div background color is #69e59b


#69e59b Border Color

<div style="border:3px solid #69e59b">
Div here</div>

This div border color is #69e59b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,229,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69e59b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69e59b;
  -webkit-box-shadow: 1px 1px 3px 2px #69e59b;
  box-shadow:         1px 1px 3px 2px #69e59b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,229,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e59b


Comments

No comments written yet.

Please login to write comment.