Color Hex Logo

#fced70 Color Hex

#FCED70
(252,237,112)
0 Favorites   0 Comments

Color spaces of #fced70

RGB 252237112
HSL0.150.960.71
HSV54°56°99°
CMYK 0.000.060.56   0.01
XYZ73.353782.433727.3744
Yxy82.43370.40050.4501
Hunter Lab90.7930-14.673645.6790
CIE-Lab92.7659-10.186561.2988

#fced70 color RGB value is (252,237,112).

#fced70 hex color red value is 252, green value is 237 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fced70 hue: 0.15 , saturation: 0.96 and the lightness value of fced70 is 0.71.

The process color (four color CMYK) of #fced70 color hex is 0.00, 0.06, 0.56, 0.01. Web safe color of #fced70 is #ffff66. Color #fced70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 01110000
Octal 374 355 160
Decimal 252 237 112
Hex FC ED 70

RGB Percentages of Color #fced70

%41.93
%39.43
%18.64

CMYK Percentages of Color #fced70

%0
%6
%56
%1

Triadic Colors of #fced70

#fced70 #70fced #ed70fc

Analogous Colors of #fced70

#fced70 #c5fc70 #fca770

Monochromatic Colors of #fced70

#fced70

Complementary Color

#fced70 #707ffc

#fced70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced70 Color CSS Codes

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

#fced70 Text Font Color

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

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


#fced70 Background Color

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

This div background color is #fced70


#fced70 Border Color

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

This div border color is #fced70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced70

Related Colors


Comments

No comments written yet.

Please login to write comment.