Color Hex Logo

#fde272 Color Hex

#FDE272
(253,226,114)
0 Favorites   0 Comments

Color spaces of #fde272

RGB 253226114
HSL0.130.970.72
HSV48°55°99°
CMYK 0.000.110.55   0.01
XYZ70.741676.490326.9552
Yxy76.49030.40610.4391
Hunter Lab87.4587-8.671842.9477
CIE-Lab90.0865-4.147057.3267

#fde272 color RGB value is (253,226,114).

#fde272 hex color red value is 253, green value is 226 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fde272 hue: 0.13 , saturation: 0.97 and the lightness value of fde272 is 0.72.

The process color (four color CMYK) of #fde272 color hex is 0.00, 0.11, 0.55, 0.01. Web safe color of #fde272 is #ffcc66. Color #fde272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 01110010
Octal 375 342 162
Decimal 253 226 114
Hex FD E2 72

RGB Percentages of Color #fde272

%42.66
%38.11
%19.22

CMYK Percentages of Color #fde272

%0
%11
%55
%1

Triadic Colors of #fde272

#fde272 #72fde2 #e272fd

Analogous Colors of #fde272

#fde272 #d3fd72 #fd9d72

Monochromatic Colors of #fde272

#fde272

Complementary Color

#fde272 #728dfd

#fde272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde272 Color CSS Codes

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

#fde272 Text Font Color

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

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


#fde272 Background Color

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

This div background color is #fde272


#fde272 Border Color

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

This div border color is #fde272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde272

Related Colors


Comments

No comments written yet.

Please login to write comment.