Color Hex Logo

#fcd085 Color Hex

#FCD085
(252,208,133)
0 Favorites   0 Comments

Color spaces of #fcd085

RGB 252208133
HSL0.110.950.75
HSV38°47°99°
CMYK 0.000.170.47   0.01
XYZ66.934467.500731.6914
Yxy67.50070.40290.4063
Hunter Lab82.15881.645234.6410
CIE-Lab85.75626.239142.8986

#fcd085 color RGB value is (252,208,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 10000101
Octal 374 320 205
Decimal 252 208 133
Hex FC D0 85

RGB Percentages of Color #fcd085

%42.50
%35.08
%22.43

CMYK Percentages of Color #fcd085

%0
%17
%47
%1

Triadic Colors of #fcd085

#fcd085 #85fcd0 #d085fc

Analogous Colors of #fcd085

#fcd085 #edfc85 #fc9585

Monochromatic Colors of #fcd085

#fcd085

Complementary Color

#fcd085 #85b1fc

#fcd085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd085 Color CSS Codes

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

#fcd085 Text Font Color

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

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


#fcd085 Background Color

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

This div background color is #fcd085


#fcd085 Border Color

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

This div border color is #fcd085


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,208,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 #fcd085">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd085


Comments

No comments written yet.

Please login to write comment.