Color Hex Logo

#fdc395 Color Hex

#FDC395
(253,195,149)
0 Favorites   0 Comments

Color spaces of #fdc395

RGB 253195149
HSL0.070.960.79
HSV27°41°99°
CMYK 0.000.230.41   0.01
XYZ65.447962.082836.9675
Yxy62.08280.39790.3774
Hunter Lab78.792610.381227.3375
CIE-Lab82.957414.984831.0919

#fdc395 color RGB value is (253,195,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000011 10010101
Octal 375 303 225
Decimal 253 195 149
Hex FD C3 95

RGB Percentages of Color #fdc395

%42.38
%32.66
%24.96

CMYK Percentages of Color #fdc395

%0
%23
%41
%1

Triadic Colors of #fdc395

#fdc395 #95fdc3 #c395fd

Analogous Colors of #fdc395

#fdc395 #fdf795 #fd959b

Monochromatic Colors of #fdc395

#fdc395

Complementary Color

#fdc395 #95cffd

#fdc395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc395 Color CSS Codes

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

#fdc395 Text Font Color

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

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


#fdc395 Background Color

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

This div background color is #fdc395


#fdc395 Border Color

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

This div border color is #fdc395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc395


Comments

No comments written yet.

Please login to write comment.