Color Hex Logo

#fef372 Color Hex

#FEF372
(254,243,114)
0 Favorites   0 Comments

Color spaces of #fef372

RGB 254243114
HSL0.150.990.72
HSV55°55°100°
CMYK 0.000.040.55   0.00
XYZ75.960986.386928.5904
Yxy86.38690.39780.4524
Hunter Lab92.9446-16.770146.8232
CIE-Lab94.4775-12.193562.4077

#fef372 color RGB value is (254,243,114).

#fef372 hex color red value is 254, green value is 243 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fef372 hue: 0.15 , saturation: 0.99 and the lightness value of fef372 is 0.72.

The process color (four color CMYK) of #fef372 color hex is 0.00, 0.04, 0.55, 0.00. Web safe color of #fef372 is #ffff66. Color #fef372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01110010
Octal 376 363 162
Decimal 254 243 114
Hex FE F3 72

RGB Percentages of Color #fef372

%41.57
%39.77
%18.66

CMYK Percentages of Color #fef372

%0
%4
%55
%0

Triadic Colors of #fef372

#fef372 #72fef3 #f372fe

Analogous Colors of #fef372

#fef372 #c3fe72 #fead72

Monochromatic Colors of #fef372

#fef372

Complementary Color

#fef372 #727dfe

#fef372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef372 Color CSS Codes

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

#fef372 Text Font Color

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

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


#fef372 Background Color

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

This div background color is #fef372


#fef372 Border Color

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

This div border color is #fef372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,243,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 #fef372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef372

Related Colors


Comments

No comments written yet.

Please login to write comment.