Color Hex Logo

#ffcbad Color Hex

#FFCBAD
(255,203,173)
0 Favorites   0 Comments

Color spaces of #ffcbad

RGB 255203173
HSL0.061.000.84
HSV22°32°100°
CMYK 0.000.200.32   0.00
XYZ70.138866.989048.7686
Yxy66.98900.37730.3604
Hunter Lab81.84689.734021.9647
CIE-Lab85.498414.338621.9742

#ffcbad color RGB value is (255,203,173).

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

The process color (four color CMYK) of #ffcbad color hex is 0.00, 0.20, 0.32, 0.00. Web safe color of #ffcbad is #ffcc99. Color #ffcbad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 10101101
Octal 377 313 255
Decimal 255 203 173
Hex FF CB AD

RGB Percentages of Color #ffcbad

%40.41
%32.17
%27.42

CMYK Percentages of Color #ffcbad

%0
%20
%32
%0

Triadic Colors of #ffcbad

#ffcbad #adffcb #cbadff

Analogous Colors of #ffcbad

#ffcbad #fff4ad #ffadb8

Monochromatic Colors of #ffcbad

#ffcbad

Complementary Color

#ffcbad #ade1ff

#ffcbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbad Color CSS Codes

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

#ffcbad Text Font Color

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

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


#ffcbad Background Color

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

This div background color is #ffcbad


#ffcbad Border Color

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

This div border color is #ffcbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbad

Related Colors


Comments

No comments written yet.

Please login to write comment.