Color Hex Logo

#ffcf96 Color Hex

#FFCF96
(255,207,150)
0 Favorites   0 Comments

Color spaces of #ffcf96

RGB 255207150
HSL0.091.000.79
HSV33°41°100°
CMYK 0.000.190.41   0.00
XYZ69.057868.087738.3567
Yxy68.08770.39350.3880
Hunter Lab82.51534.986630.2001
CIE-Lab86.05039.626534.6981

#ffcf96 color RGB value is (255,207,150).

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

The process color (four color CMYK) of #ffcf96 color hex is 0.00, 0.19, 0.41, 0.00. Web safe color of #ffcf96 is #ffcc99. Color #ffcf96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10010110
Octal 377 317 226
Decimal 255 207 150
Hex FF CF 96

RGB Percentages of Color #ffcf96

%41.67
%33.82
%24.51

CMYK Percentages of Color #ffcf96

%0
%19
%41
%0

Triadic Colors of #ffcf96

#ffcf96 #96ffcf #cf96ff

Analogous Colors of #ffcf96

#ffcf96 #fbff96 #ff9b96

Monochromatic Colors of #ffcf96

#ffcf96

Complementary Color

#ffcf96 #96c6ff

#ffcf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf96 Color CSS Codes

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

#ffcf96 Text Font Color

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

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


#ffcf96 Background Color

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

This div background color is #ffcf96


#ffcf96 Border Color

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

This div border color is #ffcf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf96

Related Colors


Comments

No comments written yet.

Please login to write comment.