Color Hex Logo

#ffcf93 Color Hex

#FFCF93
(255,207,147)
0 Favorites   0 Comments

Color spaces of #ffcf93

RGB 255207147
HSL0.091.000.79
HSV33°42°100°
CMYK 0.000.190.42   0.00
XYZ68.819367.992237.1004
Yxy67.99220.39570.3910
Hunter Lab82.45744.676531.0436
CIE-Lab86.00259.314136.1751

#ffcf93 color RGB value is (255,207,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10010011
Octal 377 317 223
Decimal 255 207 147
Hex FF CF 93

RGB Percentages of Color #ffcf93

%41.87
%33.99
%24.14

CMYK Percentages of Color #ffcf93

%0
%19
%42
%0

Triadic Colors of #ffcf93

#ffcf93 #93ffcf #cf93ff

Analogous Colors of #ffcf93

#ffcf93 #f9ff93 #ff9993

Monochromatic Colors of #ffcf93

#ffcf93

Complementary Color

#ffcf93 #93c3ff

#ffcf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf93 Color CSS Codes

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

#ffcf93 Text Font Color

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

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


#ffcf93 Background Color

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

This div background color is #ffcf93


#ffcf93 Border Color

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

This div border color is #ffcf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf93

Related Colors

#ffcf93 Color Palettes


Comments

No comments written yet.

Please login to write comment.