Color Hex Logo

#cffb96 Color Hex

#CFFB96
(207,251,150)
0 Favorites   0 Comments

Color spaces of #cffb96

RGB 207251150
HSL0.240.930.79
HSV86°40°98°
CMYK 0.180.000.40   0.02
XYZ65.734384.461841.6923
Yxy84.46180.34260.4402
Hunter Lab91.9031-33.157137.4350
CIE-Lab93.6507-30.463843.8211

#cffb96 color RGB value is (207,251,150).

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

The process color (four color CMYK) of #cffb96 color hex is 0.18, 0.00, 0.40, 0.02. Web safe color of #cffb96 is #ccff99. Color #cffb96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111011 10010110
Octal 317 373 226
Decimal 207 251 150
Hex CF FB 96

RGB Percentages of Color #cffb96

%34.05
%41.28
%24.67

CMYK Percentages of Color #cffb96

%18
%0
%40
%2

Triadic Colors of #cffb96

#cffb96 #96cffb #fb96cf

Analogous Colors of #cffb96

#cffb96 #9dfb96 #fbf596

Monochromatic Colors of #cffb96

#cffb96

Complementary Color

#cffb96 #c296fb

#cffb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffb96 Color CSS Codes

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

#cffb96 Text Font Color

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

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


#cffb96 Background Color

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

This div background color is #cffb96


#cffb96 Border Color

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

This div border color is #cffb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffb96


Comments

No comments written yet.

Please login to write comment.