Color Hex Logo

#ffcfbb Color Hex

#FFCFBB
(255,207,187)
0 Favorites   0 Comments

Color spaces of #ffcfbb

RGB 255207187
HSL0.051.000.87
HSV18°27°100°
CMYK 0.000.190.27   0.00
XYZ72.522569.473556.6011
Yxy69.47350.36520.3498
Hunter Lab83.35089.446918.0834
CIE-Lab86.738014.057216.3225

#ffcfbb color RGB value is (255,207,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10111011
Octal 377 317 273
Decimal 255 207 187
Hex FF CF BB

RGB Percentages of Color #ffcfbb

%39.29
%31.90
%28.81

CMYK Percentages of Color #ffcfbb

%0
%19
%27
%0

Triadic Colors of #ffcfbb

#ffcfbb #bbffcf #cfbbff

Analogous Colors of #ffcfbb

#ffcfbb #fff1bb #ffbbc9

Monochromatic Colors of #ffcfbb

#ffcfbb

Complementary Color

#ffcfbb #bbebff

#ffcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfbb Color CSS Codes

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

#ffcfbb Text Font Color

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

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


#ffcfbb Background Color

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

This div background color is #ffcfbb


#ffcfbb Border Color

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

This div border color is #ffcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfbb

#ffcfbb Color Palettes


Comments

No comments written yet.

Please login to write comment.