Color Hex Logo

#cfe299 Color Hex

#CFE299
(207,226,153)
0 Favorites   0 Comments

Color spaces of #cfe299

RGB 207226153
HSL0.210.560.74
HSV76°32°89°
CMYK 0.080.000.32   0.11
XYZ58.678369.958040.5476
Yxy69.95800.34680.4135
Hunter Lab83.6409-21.144829.8059
CIE-Lab86.9763-18.118033.6549

#cfe299 color RGB value is (207,226,153).

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

The process color (four color CMYK) of #cfe299 color hex is 0.08, 0.00, 0.32, 0.11. Web safe color of #cfe299 is #cccc99. Color #cfe299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 10011001
Octal 317 342 231
Decimal 207 226 153
Hex CF E2 99

RGB Percentages of Color #cfe299

%35.32
%38.57
%26.11

CMYK Percentages of Color #cfe299

%8
%0
%32
%11

Triadic Colors of #cfe299

#cfe299 #99cfe2 #e299cf

Analogous Colors of #cfe299

#cfe299 #abe299 #e2d199

Monochromatic Colors of #cfe299

#cfe299

Complementary Color

#cfe299 #ac99e2

#cfe299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe299 Color CSS Codes

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

#cfe299 Text Font Color

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

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


#cfe299 Background Color

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

This div background color is #cfe299


#cfe299 Border Color

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

This div border color is #cfe299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe299


Comments

No comments written yet.

Please login to write comment.