Color Hex Logo

#cfeb6c Color Hex

#CFEB6C
(207,235,108)
0 Favorites   0 Comments

Color spaces of #cfeb6c

RGB 207235108
HSL0.200.760.67
HSV73°54°92°
CMYK 0.120.000.54   0.08
XYZ58.147273.764825.3607
Yxy73.76480.36970.4690
Hunter Lab85.8864-29.452442.6132
CIE-Lab88.8112-27.315757.6546

#cfeb6c color RGB value is (207,235,108).

#cfeb6c hex color red value is 207, green value is 235 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cfeb6c hue: 0.20 , saturation: 0.76 and the lightness value of cfeb6c is 0.67.

The process color (four color CMYK) of #cfeb6c color hex is 0.12, 0.00, 0.54, 0.08. Web safe color of #cfeb6c is #ccff66. Color #cfeb6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 01101100
Octal 317 353 154
Decimal 207 235 108
Hex CF EB 6C

RGB Percentages of Color #cfeb6c

%37.64
%42.73
%19.64

CMYK Percentages of Color #cfeb6c

%12
%0
%54
%8

Triadic Colors of #cfeb6c

#cfeb6c #6ccfeb #eb6ccf

Analogous Colors of #cfeb6c

#cfeb6c #90eb6c #ebc86c

Monochromatic Colors of #cfeb6c

#cfeb6c

Complementary Color

#cfeb6c #886ceb

#cfeb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb6c Color CSS Codes

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

#cfeb6c Text Font Color

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

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


#cfeb6c Background Color

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

This div background color is #cfeb6c


#cfeb6c Border Color

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

This div border color is #cfeb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb6c


Comments

No comments written yet.

Please login to write comment.