Color Hex Logo

#ffcfb4 Color Hex

#FFCFB4
(255,207,180)
0 Favorites   0 Comments

Color spaces of #ffcfb4

RGB 255207180
HSL0.061.000.85
HSV22°29°100°
CMYK 0.000.190.29   0.00
XYZ71.791069.180952.7495
Yxy69.18090.37060.3571
Hunter Lab83.17518.512620.6209
CIE-Lab86.593613.138419.8072

#ffcfb4 color RGB value is (255,207,180).

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

The process color (four color CMYK) of #ffcfb4 color hex is 0.00, 0.19, 0.29, 0.00. Web safe color of #ffcfb4 is #ffcccc. Color #ffcfb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10110100
Octal 377 317 264
Decimal 255 207 180
Hex FF CF B4

RGB Percentages of Color #ffcfb4

%39.72
%32.24
%28.04

CMYK Percentages of Color #ffcfb4

%0
%19
%29
%0

Triadic Colors of #ffcfb4

#ffcfb4 #b4ffcf #cfb4ff

Analogous Colors of #ffcfb4

#ffcfb4 #fff5b4 #ffb4bf

Monochromatic Colors of #ffcfb4

#ffcfb4

Complementary Color

#ffcfb4 #b4e4ff

#ffcfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfb4 Color CSS Codes

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

#ffcfb4 Text Font Color

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

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


#ffcfb4 Background Color

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

This div background color is #ffcfb4


#ffcfb4 Border Color

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

This div border color is #ffcfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfb4

Related Colors

#ffcfb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.