Color Hex Logo

#fdcc7b Color Hex

#FDCC7B
(253,204,123)
0 Favorites   0 Comments

Color spaces of #fdcc7b

RGB 253204123
HSL0.100.970.74
HSV37°51°99°
CMYK 0.000.190.51   0.01
XYZ65.676065.498427.9199
Yxy65.49840.41280.4117
Hunter Lab80.93113.224336.1977
CIE-Lab84.73997.814146.6278

#fdcc7b color RGB value is (253,204,123).

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

The process color (four color CMYK) of #fdcc7b color hex is 0.00, 0.19, 0.51, 0.01. Web safe color of #fdcc7b is #ffcc66. Color #fdcc7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 01111011
Octal 375 314 173
Decimal 253 204 123
Hex FD CC 7B

RGB Percentages of Color #fdcc7b

%43.62
%35.17
%21.21

CMYK Percentages of Color #fdcc7b

%0
%19
%51
%1

Triadic Colors of #fdcc7b

#fdcc7b #7bfdcc #cc7bfd

Analogous Colors of #fdcc7b

#fdcc7b #edfd7b #fd8b7b

Monochromatic Colors of #fdcc7b

#fdcc7b

Complementary Color

#fdcc7b #7bacfd

#fdcc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcc7b Color CSS Codes

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

#fdcc7b Text Font Color

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

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


#fdcc7b Background Color

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

This div background color is #fdcc7b


#fdcc7b Border Color

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

This div border color is #fdcc7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,204,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcc7b


Comments

No comments written yet.

Please login to write comment.