Color Hex Logo

#fcdd55 Color Hex

#FCDD55
(252,221,85)
0 Favorites   0 Comments

Color spaces of #fcdd55

RGB 25222185
HSL0.140.970.66
HSV49°66°99°
CMYK 0.000.120.66   0.01
XYZ67.641073.064219.1321
Yxy73.06420.42320.4571
Hunter Lab85.4776-8.333446.5637
CIE-Lab88.4783-3.934568.1145

#fcdd55 color RGB value is (252,221,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01010101
Octal 374 335 125
Decimal 252 221 85
Hex FC DD 55

RGB Percentages of Color #fcdd55

%45.16
%39.61
%15.23

CMYK Percentages of Color #fcdd55

%0
%12
%66
%1

Triadic Colors of #fcdd55

#fcdd55 #55fcdd #dd55fc

Analogous Colors of #fcdd55

#fcdd55 #c8fc55 #fc8a55

Monochromatic Colors of #fcdd55

#fcdd55

Complementary Color

#fcdd55 #5574fc

#fcdd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd55 Color CSS Codes

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

#fcdd55 Text Font Color

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

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


#fcdd55 Background Color

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

This div background color is #fcdd55


#fcdd55 Border Color

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

This div border color is #fcdd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd55


Comments

No comments written yet.

Please login to write comment.