Color Hex Logo

#ffcf92 Color Hex

#FFCF92
(255,207,146)
0 Favorites   0 Comments

Color spaces of #ffcf92

RGB 255207146
HSL0.091.000.79
HSV34°43°100°
CMYK 0.000.190.43   0.00
XYZ68.741167.961036.6889
Yxy67.96100.39650.3920
Hunter Lab82.43854.574531.3202
CIE-Lab85.98699.211336.6666

#ffcf92 color RGB value is (255,207,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10010010
Octal 377 317 222
Decimal 255 207 146
Hex FF CF 92

RGB Percentages of Color #ffcf92

%41.94
%34.05
%24.01

CMYK Percentages of Color #ffcf92

%0
%19
%43
%0

Triadic Colors of #ffcf92

#ffcf92 #92ffcf #cf92ff

Analogous Colors of #ffcf92

#ffcf92 #f9ff92 #ff9992

Monochromatic Colors of #ffcf92

#ffcf92

Complementary Color

#ffcf92 #92c2ff

#ffcf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf92 Color CSS Codes

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

#ffcf92 Text Font Color

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

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


#ffcf92 Background Color

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

This div background color is #ffcf92


#ffcf92 Border Color

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

This div border color is #ffcf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf92

Related Colors

#ffcf92 Color Palettes


Comments

No comments written yet.

Please login to write comment.