Color Hex Logo

#fcdf7a Color Hex

#FCDF7A
(252,223,122)
0 Favorites   0 Comments

Color spaces of #fcdf7a

RGB 252223122
HSL0.130.960.73
HSV47°52°99°
CMYK 0.000.120.52   0.01
XYZ70.045474.875929.1731
Yxy74.87590.40230.4301
Hunter Lab86.5309-6.936040.5825
CIE-Lab89.3348-2.398552.6768

#fcdf7a color RGB value is (252,223,122).

#fcdf7a hex color red value is 252, green value is 223 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fcdf7a hue: 0.13 , saturation: 0.96 and the lightness value of fcdf7a is 0.73.

The process color (four color CMYK) of #fcdf7a color hex is 0.00, 0.12, 0.52, 0.01. Web safe color of #fcdf7a is #ffcc66. Color #fcdf7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 01111010
Octal 374 337 172
Decimal 252 223 122
Hex FC DF 7A

RGB Percentages of Color #fcdf7a

%42.21
%37.35
%20.44

CMYK Percentages of Color #fcdf7a

%0
%12
%52
%1

Triadic Colors of #fcdf7a

#fcdf7a #7afcdf #df7afc

Analogous Colors of #fcdf7a

#fcdf7a #d8fc7a #fc9e7a

Monochromatic Colors of #fcdf7a

#fcdf7a

Complementary Color

#fcdf7a #7a97fc

#fcdf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf7a Color CSS Codes

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

#fcdf7a Text Font Color

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

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


#fcdf7a Background Color

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

This div background color is #fcdf7a


#fcdf7a Border Color

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

This div border color is #fcdf7a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,223,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf7a

Related Colors


Comments

No comments written yet.

Please login to write comment.