Color Hex Logo

#69ff5d Color Hex

#69FF5D
(105,255,93)
0 Favorites   0 Comments

Color spaces of #69ff5d

RGB 10525593
HSL0.321.000.68
HSV116°64°100°
CMYK 0.590.000.64   0.00
XYZ43.561575.313622.5970
Yxy75.31360.30790.5324
Hunter Lab86.7834-62.271745.3102
CIE-Lab89.5397-69.412163.5536

#69ff5d color RGB value is (105,255,93).

#69ff5d hex color red value is 105, green value is 255 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #69ff5d hue: 0.32 , saturation: 1.00 and the lightness value of 69ff5d is 0.68.

The process color (four color CMYK) of #69ff5d color hex is 0.59, 0.00, 0.64, 0.00. Web safe color of #69ff5d is #66ff66. Color #69ff5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11111111 01011101
Octal 151 377 135
Decimal 105 255 93
Hex 69 FF 5D

RGB Percentages of Color #69ff5d

%23.18
%56.29
%20.53

CMYK Percentages of Color #69ff5d

%59
%0
%64
%0

Triadic Colors of #69ff5d

#69ff5d #5d69ff #ff5d69

Analogous Colors of #69ff5d

#69ff5d #5dffa2 #baff5d

Monochromatic Colors of #69ff5d

#69ff5d

Complementary Color

#69ff5d #f35dff

#69ff5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ff5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ff5d Color CSS Codes

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

#69ff5d Text Font Color

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

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


#69ff5d Background Color

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

This div background color is #69ff5d


#69ff5d Border Color

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

This div border color is #69ff5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ff5d


Comments

No comments written yet.

Please login to write comment.