Color Hex Logo

#fde35f Color Hex

#FDE35F
(253,227,95)
0 Favorites   0 Comments

Color spaces of #fde35f

RGB 25322795
HSL0.140.980.68
HSV50°62°99°
CMYK 0.000.100.62   0.01
XYZ70.042776.647021.9292
Yxy76.64700.41540.4546
Hunter Lab87.5483-10.401246.4328
CIE-Lab90.1589-5.956265.7993

#fde35f color RGB value is (253,227,95).

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

The process color (four color CMYK) of #fde35f color hex is 0.00, 0.10, 0.62, 0.01. Web safe color of #fde35f is #ffcc66. Color #fde35f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 01011111
Octal 375 343 137
Decimal 253 227 95
Hex FD E3 5F

RGB Percentages of Color #fde35f

%44.00
%39.48
%16.52

CMYK Percentages of Color #fde35f

%0
%10
%62
%1

Triadic Colors of #fde35f

#fde35f #5ffde3 #e35ffd

Analogous Colors of #fde35f

#fde35f #c8fd5f #fd945f

Monochromatic Colors of #fde35f

#fde35f

Complementary Color

#fde35f #5f79fd

#fde35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde35f Color CSS Codes

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

#fde35f Text Font Color

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

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


#fde35f Background Color

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

This div background color is #fde35f


#fde35f Border Color

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

This div border color is #fde35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde35f


Comments

No comments written yet.

Please login to write comment.