Color Hex Logo

#fcdb7b Color Hex

#FCDB7B
(252,219,123)
0 Favorites   0 Comments

Color spaces of #fcdb7b

RGB 252219123
HSL0.120.960.74
HSV45°51°99°
CMYK 0.000.130.51   0.01
XYZ69.051672.788529.1491
Yxy72.78850.40380.4257
Hunter Lab85.3162-4.832339.4643
CIE-Lab88.3467-0.285651.0085

#fcdb7b color RGB value is (252,219,123).

#fcdb7b hex color red value is 252, green value is 219 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fcdb7b hue: 0.12 , saturation: 0.96 and the lightness value of fcdb7b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 01111011
Octal 374 333 173
Decimal 252 219 123
Hex FC DB 7B

RGB Percentages of Color #fcdb7b

%42.42
%36.87
%20.71

CMYK Percentages of Color #fcdb7b

%0
%13
%51
%1

Triadic Colors of #fcdb7b

#fcdb7b #7bfcdb #db7bfc

Analogous Colors of #fcdb7b

#fcdb7b #ddfc7b #fc9b7b

Monochromatic Colors of #fcdb7b

#fcdb7b

Complementary Color

#fcdb7b #7b9cfc

#fcdb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb7b Color CSS Codes

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

#fcdb7b Text Font Color

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

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


#fcdb7b Background Color

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

This div background color is #fcdb7b


#fcdb7b Border Color

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

This div border color is #fcdb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb7b


Comments

No comments written yet.

Please login to write comment.