Color Hex Logo

#ffcd8b Color Hex

#FFCD8B
(255,205,139)
0 Favorites   0 Comments

Color spaces of #ffcd8b

RGB 255205139
HSL0.091.000.77
HSV34°45°100°
CMYK 0.000.200.45   0.00
XYZ67.731566.786733.7474
Yxy66.78670.40250.3969
Hunter Lab81.72314.923932.7225
CIE-Lab85.39619.549939.4714

#ffcd8b color RGB value is (255,205,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 10001011
Octal 377 315 213
Decimal 255 205 139
Hex FF CD 8B

RGB Percentages of Color #ffcd8b

%42.57
%34.22
%23.21

CMYK Percentages of Color #ffcd8b

%0
%20
%45
%0

Triadic Colors of #ffcd8b

#ffcd8b #8bffcd #cd8bff

Analogous Colors of #ffcd8b

#ffcd8b #f7ff8b #ff938b

Monochromatic Colors of #ffcd8b

#ffcd8b

Complementary Color

#ffcd8b #8bbdff

#ffcd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd8b Color CSS Codes

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

#ffcd8b Text Font Color

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

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


#ffcd8b Background Color

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

This div background color is #ffcd8b


#ffcd8b Border Color

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

This div border color is #ffcd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd8b

Related Colors


Comments

No comments written yet.

Please login to write comment.