Color Hex Logo

#fced81 Color Hex

#FCED81
(252,237,129)
0 Favorites   0 Comments

Color spaces of #fced81

RGB 252237129
HSL0.150.950.75
HSV53°49°99°
CMYK 0.000.060.49   0.01
XYZ74.391582.848832.8394
Yxy82.84880.39140.4359
Hunter Lab91.0213-13.399742.3238
CIE-Lab92.9482-8.819353.7171

#fced81 color RGB value is (252,237,129).

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

The process color (four color CMYK) of #fced81 color hex is 0.00, 0.06, 0.49, 0.01. Web safe color of #fced81 is #ffff99. Color #fced81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10000001
Octal 374 355 201
Decimal 252 237 129
Hex FC ED 81

RGB Percentages of Color #fced81

%40.78
%38.35
%20.87

CMYK Percentages of Color #fced81

%0
%6
%49
%1

Triadic Colors of #fced81

#fced81 #81fced #ed81fc

Analogous Colors of #fced81

#fced81 #cefc81 #fcb081

Monochromatic Colors of #fced81

#fced81

Complementary Color

#fced81 #8190fc

#fced81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced81 Color CSS Codes

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

#fced81 Text Font Color

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

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


#fced81 Background Color

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

This div background color is #fced81


#fced81 Border Color

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

This div border color is #fced81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced81

Related Colors


Comments

No comments written yet.

Please login to write comment.