Color Hex Logo

#cfe96c Color Hex

#CFE96C
(207,233,108)
0 Favorites   0 Comments

Color spaces of #cfe96c

RGB 207233108
HSL0.200.740.67
HSV72°54°91°
CMYK 0.110.000.54   0.09
XYZ57.577872.625925.1709
Yxy72.62590.37060.4674
Hunter Lab85.2208-28.536442.1426
CIE-Lab88.2690-26.368657.0275

#cfe96c color RGB value is (207,233,108).

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

The process color (four color CMYK) of #cfe96c color hex is 0.11, 0.00, 0.54, 0.09. Web safe color of #cfe96c is #ccff66. Color #cfe96c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 01101100
Octal 317 351 154
Decimal 207 233 108
Hex CF E9 6C

RGB Percentages of Color #cfe96c

%37.77
%42.52
%19.71

CMYK Percentages of Color #cfe96c

%11
%0
%54
%9

Triadic Colors of #cfe96c

#cfe96c #6ccfe9 #e96ccf

Analogous Colors of #cfe96c

#cfe96c #91e96c #e9c56c

Monochromatic Colors of #cfe96c

#cfe96c

Complementary Color

#cfe96c #866ce9

#cfe96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe96c Color CSS Codes

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

#cfe96c Text Font Color

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

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


#cfe96c Background Color

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

This div background color is #cfe96c


#cfe96c Border Color

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

This div border color is #cfe96c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,233,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 #cfe96c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe96c


Comments

No comments written yet.

Please login to write comment.