Color Hex Logo

#fef338 Color Hex

#FEF338
(254,243,56)
0 Favorites   0 Comments

Color spaces of #fef338

RGB 25424356
HSL0.160.990.61
HSV57°78°100°
CMYK 0.000.040.78   0.00
XYZ73.637585.457516.3552
Yxy85.45750.41970.4871
Hunter Lab92.4432-19.587954.2206
CIE-Lab94.0799-15.259483.4778

#fef338 color RGB value is (254,243,56).

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

The process color (four color CMYK) of #fef338 color hex is 0.00, 0.04, 0.78, 0.00. Web safe color of #fef338 is #ffff33. Color #fef338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 00111000
Octal 376 363 70
Decimal 254 243 56
Hex FE F3 38

RGB Percentages of Color #fef338

%45.93
%43.94
%10.13

CMYK Percentages of Color #fef338

%0
%4
%78
%0

Triadic Colors of #fef338

#fef338 #38fef3 #f338fe

Analogous Colors of #fef338

#fef338 #a6fe38 #fe9038

Monochromatic Colors of #fef338

#fef338

Complementary Color

#fef338 #3843fe

#fef338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef338 Color CSS Codes

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

#fef338 Text Font Color

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

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


#fef338 Background Color

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

This div background color is #fef338


#fef338 Border Color

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

This div border color is #fef338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef338

Related Colors


Comments

No comments written yet.

Please login to write comment.