Color Hex Logo

#fdc35e Color Hex

#FDC35E
(253,195,94)
0 Favorites   0 Comments

Color spaces of #fdc35e

RGB 25319594
HSL0.110.980.68
HSV38°63°99°
CMYK 0.000.230.63   0.01
XYZ62.043560.721019.0400
Yxy60.72100.43750.4282
Hunter Lab77.92375.756840.0596
CIE-Lab82.228510.334357.5191

#fdc35e color RGB value is (253,195,94).

#fdc35e hex color red value is 253, green value is 195 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fdc35e hue: 0.11 , saturation: 0.98 and the lightness value of fdc35e is 0.68.

The process color (four color CMYK) of #fdc35e color hex is 0.00, 0.23, 0.63, 0.01. Web safe color of #fdc35e is #ffcc66. Color #fdc35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000011 01011110
Octal 375 303 136
Decimal 253 195 94
Hex FD C3 5E

RGB Percentages of Color #fdc35e

%46.68
%35.98
%17.34

CMYK Percentages of Color #fdc35e

%0
%23
%63
%1

Triadic Colors of #fdc35e

#fdc35e #5efdc3 #c35efd

Analogous Colors of #fdc35e

#fdc35e #e8fd5e #fd745e

Monochromatic Colors of #fdc35e

#fdc35e

Complementary Color

#fdc35e #5e98fd

#fdc35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc35e Color CSS Codes

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

#fdc35e Text Font Color

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

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


#fdc35e Background Color

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

This div background color is #fdc35e


#fdc35e Border Color

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

This div border color is #fdc35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc35e


Comments

No comments written yet.

Please login to write comment.