Color Hex Logo

#69e16b Color Hex

#69E16B
(105,225,107)
0 Favorites   0 Comments

Color spaces of #69e16b

RGB 105225107
HSL0.340.670.65
HSV121°53°88°
CMYK 0.530.000.52   0.12
XYZ35.404857.915223.2227
Yxy57.91520.30380.4969
Hunter Lab76.1020-50.135435.1790
CIE-Lab80.6916-57.015647.2153

#69e16b color RGB value is (105,225,107).

#69e16b hex color red value is 105, green value is 225 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #69e16b hue: 0.34 , saturation: 0.67 and the lightness value of 69e16b is 0.65.

The process color (four color CMYK) of #69e16b color hex is 0.53, 0.00, 0.52, 0.12. Web safe color of #69e16b is #66cc66. Color #69e16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100001 01101011
Octal 151 341 153
Decimal 105 225 107
Hex 69 E1 6B

RGB Percentages of Color #69e16b

%24.03
%51.49
%24.49

CMYK Percentages of Color #69e16b

%53
%0
%52
%12

Triadic Colors of #69e16b

#69e16b #6b69e1 #e16b69

Analogous Colors of #69e16b

#69e16b #69e1a7 #a3e169

Monochromatic Colors of #69e16b

#69e16b

Complementary Color

#69e16b #e169df

#69e16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e16b Color CSS Codes

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

#69e16b Text Font Color

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

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


#69e16b Background Color

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

This div background color is #69e16b


#69e16b Border Color

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

This div border color is #69e16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e16b


Comments

No comments written yet.

Please login to write comment.