Color Hex Logo

#fcd358 Color Hex

#FCD358
(252,211,88)
0 Favorites   0 Comments

Color spaces of #fcd358

RGB 25221188
HSL0.130.960.67
HSV45°65°99°
CMYK 0.000.160.65   0.01
XYZ65.200667.988618.9192
Yxy67.98860.42860.4470
Hunter Lab82.4552-3.149644.1147
CIE-Lab86.00071.310364.2599

#fcd358 color RGB value is (252,211,88).

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

The process color (four color CMYK) of #fcd358 color hex is 0.00, 0.16, 0.65, 0.01. Web safe color of #fcd358 is #ffcc66. Color #fcd358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 01011000
Octal 374 323 130
Decimal 252 211 88
Hex FC D3 58

RGB Percentages of Color #fcd358

%45.74
%38.29
%15.97

CMYK Percentages of Color #fcd358

%0
%16
%65
%1

Triadic Colors of #fcd358

#fcd358 #58fcd3 #d358fc

Analogous Colors of #fcd358

#fcd358 #d3fc58 #fc8158

Monochromatic Colors of #fcd358

#fcd358

Complementary Color

#fcd358 #5881fc

#fcd358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd358 Color CSS Codes

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

#fcd358 Text Font Color

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

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


#fcd358 Background Color

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

This div background color is #fcd358


#fcd358 Border Color

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

This div border color is #fcd358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd358


Comments

No comments written yet.

Please login to write comment.