color codes Logo

#fcdd4b color codes

#FCDD4B
(252,221,75)
0 Favorites   0 Comments

Color spaces of #fcdd4b

RGB 25222175
HSL0.140.970.64
HSV49°70°99°
CMYK 0.000.120.70   0.01
XYZ67.271372.916317.1853
Yxy72.91630.42750.4633
Hunter Lab85.3910-8.811547.8414
CIE-Lab88.4078-4.445271.9292

#fcdd4b color RGB value is (252,221,75).

#fcdd4b hex color red value is 252, green value is 221 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fcdd4b hue: 0.14 , saturation: 0.97 and the lightness value of fcdd4b is 0.64.

The process color (four color CMYK) of #fcdd4b color code is 0.00, 0.12, 0.70, 0.01. Web safe color of #fcdd4b is #ffcc33. Color #fcdd4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01001011
Octal 374 335 113
Decimal 252 221 75
Hex FC DD 4B

RGB Percentages of Color #fcdd4b

%45.99
%40.33
%13.69

CMYK Percentages of Color #fcdd4b

%0
%12
%70
%1

Triadic Colors of #fcdd4b

#fcdd4b #4bfcdd #dd4bfc

Analogous Colors of #fcdd4b

#fcdd4b #c3fc4b #fc854b

Monochromatic Colors of #fcdd4b

#fcdd4b

Complementary Color

#fcdd4b #4b6afc

#fcdd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd4b Color CSS Codes

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

#fcdd4b Text Font Color

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

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


#fcdd4b Background Color

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

This div background color is #fcdd4b


#fcdd4b Border Color

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

This div border color is #fcdd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd4b


Comments

No comments written yet.

Please login to write comment.