Color Hex Logo

#ffcbb4 Color Hex

#FFCBB4
(255,203,180)
0 Favorites   0 Comments

Color spaces of #ffcbb4

RGB 255203180
HSL0.051.000.85
HSV18°29°100°
CMYK 0.000.200.29   0.00
XYZ70.834267.267252.4305
Yxy67.26720.37180.3530
Hunter Lab82.016610.633819.5095
CIE-Lab85.638715.222118.4782

#ffcbb4 color RGB value is (255,203,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 10110100
Octal 377 313 264
Decimal 255 203 180
Hex FF CB B4

RGB Percentages of Color #ffcbb4

%39.97
%31.82
%28.21

CMYK Percentages of Color #ffcbb4

%0
%20
%29
%0

Triadic Colors of #ffcbb4

#ffcbb4 #b4ffcb #cbb4ff

Analogous Colors of #ffcbb4

#ffcbb4 #fff1b4 #ffb4c3

Monochromatic Colors of #ffcbb4

#ffcbb4

Complementary Color

#ffcbb4 #b4e8ff

#ffcbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbb4 Color CSS Codes

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

#ffcbb4 Text Font Color

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

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


#ffcbb4 Background Color

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

This div background color is #ffcbb4


#ffcbb4 Border Color

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

This div border color is #ffcbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbb4


Comments

No comments written yet.

Please login to write comment.