Color Hex Logo

#fdc299 Color Hex

#FDC299
(253,194,153)
0 Favorites   0 Comments

Color spaces of #fdc299

RGB 253194153
HSL0.070.960.80
HSV25°40°99°
CMYK 0.000.230.40   0.01
XYZ65.549661.766138.6042
Yxy61.76610.39510.3723
Hunter Lab78.591411.343925.8907
CIE-Lab82.788915.939928.7719

#fdc299 color RGB value is (253,194,153).

#fdc299 hex color red value is 253, green value is 194 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fdc299 hue: 0.07 , saturation: 0.96 and the lightness value of fdc299 is 0.80.

The process color (four color CMYK) of #fdc299 color hex is 0.00, 0.23, 0.40, 0.01. Web safe color of #fdc299 is #ffcc99. Color #fdc299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 10011001
Octal 375 302 231
Decimal 253 194 153
Hex FD C2 99

RGB Percentages of Color #fdc299

%42.17
%32.33
%25.50

CMYK Percentages of Color #fdc299

%0
%23
%40
%1

Triadic Colors of #fdc299

#fdc299 #99fdc2 #c299fd

Analogous Colors of #fdc299

#fdc299 #fdf499 #fd99a2

Monochromatic Colors of #fdc299

#fdc299

Complementary Color

#fdc299 #99d4fd

#fdc299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc299 Color CSS Codes

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

#fdc299 Text Font Color

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

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


#fdc299 Background Color

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

This div background color is #fdc299


#fdc299 Border Color

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

This div border color is #fdc299


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,194,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdc299; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdc299;
  -webkit-box-shadow: 1px 1px 3px 2px #fdc299;
  box-shadow:         1px 1px 3px 2px #fdc299; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,194,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc299

Related Colors


Comments

No comments written yet.

Please login to write comment.