Color Hex Logo

#ffeb4a Color Hex

#FFEB4A
(255,235,74)
0 Favorites   0 Comments

Color spaces of #ffeb4a

RGB 25523574
HSL0.151.000.65
HSV53°71°100°
CMYK 0.000.080.71   0.00
XYZ72.184481.171118.3416
Yxy81.17110.42040.4728
Hunter Lab90.0950-14.651550.9962
CIE-Lab92.2078-10.230676.1092

#ffeb4a color RGB value is (255,235,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 01001010
Octal 377 353 112
Decimal 255 235 74
Hex FF EB 4A

RGB Percentages of Color #ffeb4a

%45.21
%41.67
%13.12

CMYK Percentages of Color #ffeb4a

%0
%8
%71
%0

Triadic Colors of #ffeb4a

#ffeb4a #4affeb #eb4aff

Analogous Colors of #ffeb4a

#ffeb4a #b9ff4a #ff914a

Monochromatic Colors of #ffeb4a

#ffeb4a

Complementary Color

#ffeb4a #4a5eff

#ffeb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb4a Color CSS Codes

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

#ffeb4a Text Font Color

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

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


#ffeb4a Background Color

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

This div background color is #ffeb4a


#ffeb4a Border Color

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

This div border color is #ffeb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb4a

Related Colors


Comments

No comments written yet.

Please login to write comment.