Color Hex Logo

#fef135 Color Hex

#FEF135
(254,241,53)
0 Favorites   0 Comments

Color spaces of #fef135

RGB 25424153
HSL0.160.990.60
HSV56°79°100°
CMYK 0.000.050.79   0.00
XYZ72.971084.238515.7818
Yxy84.23850.42180.4870
Hunter Lab91.7815-18.701154.0522
CIE-Lab93.5540-14.382383.8283

#fef135 color RGB value is (254,241,53).

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

The process color (four color CMYK) of #fef135 color hex is 0.00, 0.05, 0.79, 0.00. Web safe color of #fef135 is #ffff33. Color #fef135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 00110101
Octal 376 361 65
Decimal 254 241 53
Hex FE F1 35

RGB Percentages of Color #fef135

%46.35
%43.98
%9.67

CMYK Percentages of Color #fef135

%0
%5
%79
%0

Triadic Colors of #fef135

#fef135 #35fef1 #f135fe

Analogous Colors of #fef135

#fef135 #a7fe35 #fe8d35

Monochromatic Colors of #fef135

#fef135

Complementary Color

#fef135 #3542fe

#fef135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef135 Color CSS Codes

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

#fef135 Text Font Color

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

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


#fef135 Background Color

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

This div background color is #fef135


#fef135 Border Color

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

This div border color is #fef135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef135


Comments

No comments written yet.

Please login to write comment.