Color Hex Logo

#6cdd1f Color Hex

#6CDD1F
(108,221,31)
0 Favorites   0 Comments

Color spaces of #6cdd1f

RGB 10822131
HSL0.270.750.49
HSV96°86°87°
CMYK 0.510.000.86   0.13
XYZ32.288155.000010.2106
Yxy55.00000.33120.5641
Hunter Lab74.1620-52.069543.7504
CIE-Lab79.0413-60.784472.9999

#6cdd1f color RGB value is (108,221,31).

#6cdd1f hex color red value is 108, green value is 221 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #6cdd1f hue: 0.27 , saturation: 0.75 and the lightness value of 6cdd1f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 00011111
Octal 154 335 37
Decimal 108 221 31
Hex 6C DD 1F

RGB Percentages of Color #6cdd1f

%30.00
%61.39
%8.61

CMYK Percentages of Color #6cdd1f

%51
%0
%86
%13

Triadic Colors of #6cdd1f

#6cdd1f #1f6cdd #dd1f6c

Analogous Colors of #6cdd1f

#6cdd1f #1fdd31 #cbdd1f

Monochromatic Colors of #6cdd1f

#6cdd1f

Complementary Color

#6cdd1f #901fdd

#6cdd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdd1f Color CSS Codes

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

#6cdd1f Text Font Color

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

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


#6cdd1f Background Color

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

This div background color is #6cdd1f


#6cdd1f Border Color

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

This div border color is #6cdd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdd1f


Comments

No comments written yet.

Please login to write comment.