Color Hex Logo

#6cdf1e Color Hex

#6CDF1E
(108,223,30)
0 Favorites   0 Comments

Color spaces of #6cdf1e

RGB 10822330
HSL0.270.760.50
HSV96°87°87°
CMYK 0.520.000.87   0.13
XYZ32.806456.057210.3194
Yxy56.05720.33080.5652
Hunter Lab74.8714-52.811544.2381
CIE-Lab79.6464-61.535773.7215

#6cdf1e color RGB value is (108,223,30).

#6cdf1e hex color red value is 108, green value is 223 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #6cdf1e hue: 0.27 , saturation: 0.76 and the lightness value of 6cdf1e is 0.50.

The process color (four color CMYK) of #6cdf1e color hex is 0.52, 0.00, 0.87, 0.13. Web safe color of #6cdf1e is #66cc33. Color #6cdf1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 00011110
Octal 154 337 36
Decimal 108 223 30
Hex 6C DF 1E

RGB Percentages of Color #6cdf1e

%29.92
%61.77
%8.31

CMYK Percentages of Color #6cdf1e

%52
%0
%87
%13

Triadic Colors of #6cdf1e

#6cdf1e #1e6cdf #df1e6c

Analogous Colors of #6cdf1e

#6cdf1e #1edf31 #cddf1e

Monochromatic Colors of #6cdf1e

#6cdf1e

Complementary Color

#6cdf1e #911edf

#6cdf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdf1e Color CSS Codes

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

#6cdf1e Text Font Color

<p style="color:#6cdf1e">Text here</p>

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


#6cdf1e Background Color

<div style="background-color:#6cdf1e">
Div content here</div>

This div background color is #6cdf1e


#6cdf1e Border Color

<div style="border:3px solid #6cdf1e">
Div here</div>

This div border color is #6cdf1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,223,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cdf1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cdf1e;
  -webkit-box-shadow: 1px 1px 3px 2px #6cdf1e;
  box-shadow:         1px 1px 3px 2px #6cdf1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,223,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdf1e


Comments

No comments written yet.

Please login to write comment.