Color Hex Logo

#cfeb6f Color Hex

#CFEB6F
(207,235,111)
0 Favorites   0 Comments

Color spaces of #cfeb6f

RGB 207235111
HSL0.200.760.68
HSV74°53°92°
CMYK 0.120.000.53   0.08
XYZ58.309773.829826.2162
Yxy73.82980.36820.4662
Hunter Lab85.9243-29.234342.0571
CIE-Lab88.8420-27.053356.3393

#cfeb6f color RGB value is (207,235,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 01101111
Octal 317 353 157
Decimal 207 235 111
Hex CF EB 6F

RGB Percentages of Color #cfeb6f

%37.43
%42.50
%20.07

CMYK Percentages of Color #cfeb6f

%12
%0
%53
%8

Triadic Colors of #cfeb6f

#cfeb6f #6fcfeb #eb6fcf

Analogous Colors of #cfeb6f

#cfeb6f #91eb6f #ebc96f

Monochromatic Colors of #cfeb6f

#cfeb6f

Complementary Color

#cfeb6f #8b6feb

#cfeb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb6f Color CSS Codes

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

#cfeb6f Text Font Color

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

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


#cfeb6f Background Color

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

This div background color is #cfeb6f


#cfeb6f Border Color

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

This div border color is #cfeb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb6f


Comments

No comments written yet.

Please login to write comment.