Color Hex Logo

#cfe98e Color Hex

#CFE98E
(207,233,142)
0 Favorites   0 Comments

Color spaces of #cfe98e

RGB 207233142
HSL0.210.670.74
HSV77°39°91°
CMYK 0.110.000.39   0.09
XYZ59.753573.496236.6280
Yxy73.49620.35170.4326
Hunter Lab85.7299-25.613434.6794
CIE-Lab88.6838-22.893641.3935

#cfe98e color RGB value is (207,233,142).

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

The process color (four color CMYK) of #cfe98e color hex is 0.11, 0.00, 0.39, 0.09. Web safe color of #cfe98e is #ccff99. Color #cfe98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 10001110
Octal 317 351 216
Decimal 207 233 142
Hex CF E9 8E

RGB Percentages of Color #cfe98e

%35.57
%40.03
%24.40

CMYK Percentages of Color #cfe98e

%11
%0
%39
%9

Triadic Colors of #cfe98e

#cfe98e #8ecfe9 #e98ecf

Analogous Colors of #cfe98e

#cfe98e #a2e98e #e9d68e

Monochromatic Colors of #cfe98e

#cfe98e

Complementary Color

#cfe98e #a88ee9

#cfe98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe98e Color CSS Codes

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

#cfe98e Text Font Color

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

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


#cfe98e Background Color

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

This div background color is #cfe98e


#cfe98e Border Color

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

This div border color is #cfe98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe98e


Comments

No comments written yet.

Please login to write comment.