Color Hex Logo

#ffcdb9 Color Hex

#FFCDB9
(255,205,185)
0 Favorites   0 Comments

Color spaces of #ffcdb9

RGB 255205185
HSL0.051.000.86
HSV17°27°100°
CMYK 0.000.200.27   0.00
XYZ71.828368.425455.3206
Yxy68.42540.36730.3499
Hunter Lab82.719610.238318.2522
CIE-Lab86.218714.832916.6492

#ffcdb9 color RGB value is (255,205,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 10111001
Octal 377 315 271
Decimal 255 205 185
Hex FF CD B9

RGB Percentages of Color #ffcdb9

%39.53
%31.78
%28.68

CMYK Percentages of Color #ffcdb9

%0
%20
%27
%0

Triadic Colors of #ffcdb9

#ffcdb9 #b9ffcd #cdb9ff

Analogous Colors of #ffcdb9

#ffcdb9 #fff0b9 #ffb9c8

Monochromatic Colors of #ffcdb9

#ffcdb9

Complementary Color

#ffcdb9 #b9ebff

#ffcdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcdb9 Color CSS Codes

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

#ffcdb9 Text Font Color

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

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


#ffcdb9 Background Color

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

This div background color is #ffcdb9


#ffcdb9 Border Color

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

This div border color is #ffcdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcdb9

Related Colors


Comments

No comments written yet.

Please login to write comment.