Color Hex Logo

#69e590 Color Hex

#69E590
(105,229,144)
0 Favorites   0 Comments

Color spaces of #69e590

RGB 105229144
HSL0.390.700.65
HSV139°54°90°
CMYK 0.540.000.37   0.10
XYZ38.879161.055536.1213
Yxy61.05550.28580.4488
Hunter Lab78.1380-47.925427.2883
CIE-Lab82.4086-53.013631.2184

#69e590 color RGB value is (105,229,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100101 10010000
Octal 151 345 220
Decimal 105 229 144
Hex 69 E5 90

RGB Percentages of Color #69e590

%21.97
%47.91
%30.13

CMYK Percentages of Color #69e590

%54
%0
%37
%10

Triadic Colors of #69e590

#69e590 #9069e5 #e59069

Analogous Colors of #69e590

#69e590 #69e5ce #80e569

Monochromatic Colors of #69e590

#69e590

Complementary Color

#69e590 #e569be

#69e590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e590 Color CSS Codes

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

#69e590 Text Font Color

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

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


#69e590 Background Color

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

This div background color is #69e590


#69e590 Border Color

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

This div border color is #69e590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e590


Comments

No comments written yet.

Please login to write comment.