Color Hex Logo

#ffe94b Color Hex

#FFE94B
(255,233,75)
0 Favorites   0 Comments

Color spaces of #ffe94b

RGB 25523375
HSL0.151.000.65
HSV53°71°100°
CMYK 0.000.090.71   0.00
XYZ71.648980.045818.3307
Yxy80.04580.42140.4708
Hunter Lab89.4683-13.621450.4802
CIE-Lab91.7054-9.196175.2649

#ffe94b color RGB value is (255,233,75).

#ffe94b hex color red value is 255, green value is 233 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ffe94b hue: 0.15 , saturation: 1.00 and the lightness value of ffe94b is 0.65.

The process color (four color CMYK) of #ffe94b color hex is 0.00, 0.09, 0.71, 0.00. Web safe color of #ffe94b is #ffff33. Color #ffe94b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101001 01001011
Octal 377 351 113
Decimal 255 233 75
Hex FF E9 4B

RGB Percentages of Color #ffe94b

%45.29
%41.39
%13.32

CMYK Percentages of Color #ffe94b

%0
%9
%71
%0

Triadic Colors of #ffe94b

#ffe94b #4bffe9 #e94bff

Analogous Colors of #ffe94b

#ffe94b #bbff4b #ff8f4b

Monochromatic Colors of #ffe94b

#ffe94b

Complementary Color

#ffe94b #4b61ff

#ffe94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe94b Color CSS Codes

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

#ffe94b Text Font Color

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

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


#ffe94b Background Color

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

This div background color is #ffe94b


#ffe94b Border Color

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

This div border color is #ffe94b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,233,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffe94b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffe94b;
  -webkit-box-shadow: 1px 1px 3px 2px #ffe94b;
  box-shadow:         1px 1px 3px 2px #ffe94b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,233,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe94b

Related Colors


Comments

No comments written yet.

Please login to write comment.