Color Hex Logo

#fcde3d Color Hex

#FCDE3D
(252,222,61)
0 Favorites   0 Comments

Color spaces of #fcde3d

RGB 25222261
HSL0.140.970.61
HSV51°76°99°
CMYK 0.000.120.76   0.01
XYZ67.108573.274915.0214
Yxy73.27490.43180.4715
Hunter Lab85.6008-9.862549.5162
CIE-Lab88.5787-5.541576.9653

#fcde3d color RGB value is (252,222,61).

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

The process color (four color CMYK) of #fcde3d color hex is 0.00, 0.12, 0.76, 0.01. Web safe color of #fcde3d is #ffcc33. Color #fcde3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 00111101
Octal 374 336 75
Decimal 252 222 61
Hex FC DE 3D

RGB Percentages of Color #fcde3d

%47.10
%41.50
%11.40

CMYK Percentages of Color #fcde3d

%0
%12
%76
%1

Triadic Colors of #fcde3d

#fcde3d #3dfcde #de3dfc

Analogous Colors of #fcde3d

#fcde3d #bbfc3d #fc7f3d

Monochromatic Colors of #fcde3d

#fcde3d

Complementary Color

#fcde3d #3d5bfc

#fcde3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde3d Color CSS Codes

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

#fcde3d Text Font Color

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

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


#fcde3d Background Color

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

This div background color is #fcde3d


#fcde3d Border Color

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

This div border color is #fcde3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde3d


Comments

No comments written yet.

Please login to write comment.