Color Hex Logo

#fced20 Color Hex

#FCED20
(252,237,32)
0 Favorites   0 Comments

Color spaces of #fced20

RGB 25223732
HSL0.160.970.56
HSV56°87°99°
CMYK 0.000.060.87   0.01
XYZ70.689881.368113.3464
Yxy81.36810.42740.4919
Hunter Lab90.2043-17.973554.3706
CIE-Lab92.2952-13.778187.3667

#fced20 color RGB value is (252,237,32).

#fced20 hex color red value is 252, green value is 237 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fced20 hue: 0.16 , saturation: 0.97 and the lightness value of fced20 is 0.56.

The process color (four color CMYK) of #fced20 color hex is 0.00, 0.06, 0.87, 0.01. Web safe color of #fced20 is #ffff33. Color #fced20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 00100000
Octal 374 355 40
Decimal 252 237 32
Hex FC ED 20

RGB Percentages of Color #fced20

%48.37
%45.49
%6.14

CMYK Percentages of Color #fced20

%0
%6
%87
%1

Triadic Colors of #fced20

#fced20 #20fced #ed20fc

Analogous Colors of #fced20

#fced20 #9dfc20 #fc7f20

Monochromatic Colors of #fced20

#fced20

Complementary Color

#fced20 #202ffc

#fced20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced20 Color CSS Codes

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

#fced20 Text Font Color

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

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


#fced20 Background Color

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

This div background color is #fced20


#fced20 Border Color

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

This div border color is #fced20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced20


Comments

No comments written yet.

Please login to write comment.