Color Hex Logo

#fcdd5f Color Hex

#FCDD5F
(252,221,95)
0 Favorites   0 Comments

Color spaces of #fcdd5f

RGB 25222195
HSL0.130.960.68
HSV48°62°99°
CMYK 0.000.120.62   0.01
XYZ68.066973.234621.3746
Yxy73.23460.41840.4502
Hunter Lab85.5772-7.783845.0952
CIE-Lab88.5595-3.349464.0384

#fcdd5f color RGB value is (252,221,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01011111
Octal 374 335 137
Decimal 252 221 95
Hex FC DD 5F

RGB Percentages of Color #fcdd5f

%44.37
%38.91
%16.73

CMYK Percentages of Color #fcdd5f

%0
%12
%62
%1

Triadic Colors of #fcdd5f

#fcdd5f #5ffcdd #dd5ffc

Analogous Colors of #fcdd5f

#fcdd5f #cdfc5f #fc8f5f

Monochromatic Colors of #fcdd5f

#fcdd5f

Complementary Color

#fcdd5f #5f7efc

#fcdd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd5f Color CSS Codes

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

#fcdd5f Text Font Color

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

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


#fcdd5f Background Color

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

This div background color is #fcdd5f


#fcdd5f Border Color

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

This div border color is #fcdd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd5f

Related Colors


Comments

No comments written yet.

Please login to write comment.