Color Hex Logo

#fef35d Color Hex

#FEF35D
(254,243,93)
0 Favorites   0 Comments

Color spaces of #fef35d

RGB 25424393
HSL0.160.990.68
HSV56°63°100°
CMYK 0.000.040.63   0.00
XYZ74.899485.962323.0007
Yxy85.96230.40740.4675
Hunter Lab92.7159-18.053650.1926
CIE-Lab94.2962-13.583571.0535

#fef35d color RGB value is (254,243,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01011101
Octal 376 363 135
Decimal 254 243 93
Hex FE F3 5D

RGB Percentages of Color #fef35d

%43.05
%41.19
%15.76

CMYK Percentages of Color #fef35d

%0
%4
%63
%0

Triadic Colors of #fef35d

#fef35d #5dfef3 #f35dfe

Analogous Colors of #fef35d

#fef35d #b9fe5d #fea35d

Monochromatic Colors of #fef35d

#fef35d

Complementary Color

#fef35d #5d68fe

#fef35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef35d Color CSS Codes

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

#fef35d Text Font Color

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

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


#fef35d Background Color

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

This div background color is #fef35d


#fef35d Border Color

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

This div border color is #fef35d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,243,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef35d

Related Colors


Comments

No comments written yet.

Please login to write comment.