Color Hex Logo

#fcdd85 Color Hex

#FCDD85
(252,221,133)
0 Favorites   0 Comments

Color spaces of #fcdd85

RGB 252221133
HSL0.120.950.75
HSV44°47°99°
CMYK 0.000.120.47   0.01
XYZ70.235074.101832.7916
Yxy74.10180.39650.4184
Hunter Lab86.0824-5.005337.6722
CIE-Lab88.9706-0.421346.9243

#fcdd85 color RGB value is (252,221,133).

#fcdd85 hex color red value is 252, green value is 221 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fcdd85 hue: 0.12 , saturation: 0.95 and the lightness value of fcdd85 is 0.75.

The process color (four color CMYK) of #fcdd85 color hex is 0.00, 0.12, 0.47, 0.01. Web safe color of #fcdd85 is #ffcc99. Color #fcdd85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 10000101
Octal 374 335 205
Decimal 252 221 133
Hex FC DD 85

RGB Percentages of Color #fcdd85

%41.58
%36.47
%21.95

CMYK Percentages of Color #fcdd85

%0
%12
%47
%1

Triadic Colors of #fcdd85

#fcdd85 #85fcdd #dd85fc

Analogous Colors of #fcdd85

#fcdd85 #e0fc85 #fca285

Monochromatic Colors of #fcdd85

#fcdd85

Complementary Color

#fcdd85 #85a4fc

#fcdd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd85 Color CSS Codes

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

#fcdd85 Text Font Color

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

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


#fcdd85 Background Color

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

This div background color is #fcdd85


#fcdd85 Border Color

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

This div border color is #fcdd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd85


Comments

No comments written yet.

Please login to write comment.