Color Hex Logo

#fdcc8b Color Hex

#FDCC8B
(253,204,139)
0 Favorites   0 Comments

Color spaces of #fdcc8b

RGB 253204139
HSL0.100.970.77
HSV34°45°99°
CMYK 0.000.190.45   0.01
XYZ66.761165.932533.6336
Yxy65.93250.40140.3964
Hunter Lab81.19884.663532.2805
CIE-Lab84.96209.278138.8752

#fdcc8b color RGB value is (253,204,139).

#fdcc8b hex color red value is 253, green value is 204 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fdcc8b hue: 0.10 , saturation: 0.97 and the lightness value of fdcc8b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 10001011
Octal 375 314 213
Decimal 253 204 139
Hex FD CC 8B

RGB Percentages of Color #fdcc8b

%42.45
%34.23
%23.32

CMYK Percentages of Color #fdcc8b

%0
%19
%45
%1

Triadic Colors of #fdcc8b

#fdcc8b #8bfdcc #cc8bfd

Analogous Colors of #fdcc8b

#fdcc8b #f5fd8b #fd938b

Monochromatic Colors of #fdcc8b

#fdcc8b

Complementary Color

#fdcc8b #8bbcfd

#fdcc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcc8b Color CSS Codes

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

#fdcc8b Text Font Color

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

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


#fdcc8b Background Color

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

This div background color is #fdcc8b


#fdcc8b Border Color

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

This div border color is #fdcc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcc8b


Comments

No comments written yet.

Please login to write comment.