Color Hex Logo

#cffe96 Color Hex

#CFFE96
(207,254,150)
0 Favorites   0 Comments

Color spaces of #cffe96

RGB 207254150
HSL0.240.980.79
HSV87°41°100°
CMYK 0.190.000.41   0.00
XYZ66.679086.351042.0072
Yxy86.35100.34190.4427
Hunter Lab92.9252-34.535538.2454
CIE-Lab94.4622-31.853644.8555

#cffe96 color RGB value is (207,254,150).

#cffe96 hex color red value is 207, green value is 254 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cffe96 hue: 0.24 , saturation: 0.98 and the lightness value of cffe96 is 0.79.

The process color (four color CMYK) of #cffe96 color hex is 0.19, 0.00, 0.41, 0.00. Web safe color of #cffe96 is #ccff99. Color #cffe96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 10010110
Octal 317 376 226
Decimal 207 254 150
Hex CF FE 96

RGB Percentages of Color #cffe96

%33.88
%41.57
%24.55

CMYK Percentages of Color #cffe96

%19
%0
%41
%0

Triadic Colors of #cffe96

#cffe96 #96cffe #fe96cf

Analogous Colors of #cffe96

#cffe96 #9bfe96 #fef996

Monochromatic Colors of #cffe96

#cffe96

Complementary Color

#cffe96 #c596fe

#cffe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffe96 Color CSS Codes

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

#cffe96 Text Font Color

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

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


#cffe96 Background Color

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

This div background color is #cffe96


#cffe96 Border Color

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

This div border color is #cffe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffe96

Related Colors


Comments

No comments written yet.

Please login to write comment.