Color Hex Logo

#cfe96e Color Hex

#CFE96E
(207,233,110)
0 Favorites   0 Comments

Color spaces of #cfe96e

RGB 207233110
HSL0.200.740.67
HSV73°53°91°
CMYK 0.110.000.53   0.09
XYZ57.685572.669025.7380
Yxy72.66900.36960.4656
Hunter Lab85.2461-28.390941.7711
CIE-Lab88.2896-26.193856.1481

#cfe96e color RGB value is (207,233,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 01101110
Octal 317 351 156
Decimal 207 233 110
Hex CF E9 6E

RGB Percentages of Color #cfe96e

%37.64
%42.36
%20.00

CMYK Percentages of Color #cfe96e

%11
%0
%53
%9

Triadic Colors of #cfe96e

#cfe96e #6ecfe9 #e96ecf

Analogous Colors of #cfe96e

#cfe96e #92e96e #e9c66e

Monochromatic Colors of #cfe96e

#cfe96e

Complementary Color

#cfe96e #886ee9

#cfe96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe96e Color CSS Codes

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

#cfe96e Text Font Color

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

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


#cfe96e Background Color

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

This div background color is #cfe96e


#cfe96e Border Color

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

This div border color is #cfe96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe96e


Comments

No comments written yet.

Please login to write comment.