Color Hex Logo

#6ceb1c Color Hex

#6CEB1C
(108,235,28)
0 Favorites   0 Comments

Color spaces of #6ceb1c

RGB 10823528
HSL0.270.840.52
HSV97°88°92°
CMYK 0.540.000.88   0.08
XYZ36.102362.688611.2959
Yxy62.68860.32790.5694
Hunter Lab79.1761-57.166846.9645
CIE-Lab83.2783-65.817777.1934

#6ceb1c color RGB value is (108,235,28).

#6ceb1c hex color red value is 108, green value is 235 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #6ceb1c hue: 0.27 , saturation: 0.84 and the lightness value of 6ceb1c is 0.52.

The process color (four color CMYK) of #6ceb1c color hex is 0.54, 0.00, 0.88, 0.08. Web safe color of #6ceb1c is #66ff33. Color #6ceb1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101011 00011100
Octal 154 353 34
Decimal 108 235 28
Hex 6C EB 1C

RGB Percentages of Color #6ceb1c

%29.11
%63.34
%7.55

CMYK Percentages of Color #6ceb1c

%54
%0
%88
%8

Triadic Colors of #6ceb1c

#6ceb1c #1c6ceb #eb1c6c

Analogous Colors of #6ceb1c

#6ceb1c #1ceb34 #d4eb1c

Monochromatic Colors of #6ceb1c

#6ceb1c

Complementary Color

#6ceb1c #9b1ceb

#6ceb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ceb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ceb1c Color CSS Codes

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

#6ceb1c Text Font Color

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

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


#6ceb1c Background Color

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

This div background color is #6ceb1c


#6ceb1c Border Color

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

This div border color is #6ceb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ceb1c


Comments

No comments written yet.

Please login to write comment.