Color Hex Logo

#ffe34a Color Hex

#FFE34A
(255,227,74)
0 Favorites   0 Comments

Color spaces of #ffe34a

RGB 25522774
HSL0.141.000.65
HSV51°71°100°
CMYK 0.000.110.71   0.00
XYZ69.945176.692617.5952
Yxy76.69260.42590.4670
Hunter Lab87.5743-10.688149.3896
CIE-Lab90.1799-6.256874.1320

#ffe34a color RGB value is (255,227,74).

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

The process color (four color CMYK) of #ffe34a color hex is 0.00, 0.11, 0.71, 0.00. Web safe color of #ffe34a is #ffcc33. Color #ffe34a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 01001010
Octal 377 343 112
Decimal 255 227 74
Hex FF E3 4A

RGB Percentages of Color #ffe34a

%45.86
%40.83
%13.31

CMYK Percentages of Color #ffe34a

%0
%11
%71
%0

Triadic Colors of #ffe34a

#ffe34a #4affe3 #e34aff

Analogous Colors of #ffe34a

#ffe34a #c1ff4a #ff894a

Monochromatic Colors of #ffe34a

#ffe34a

Complementary Color

#ffe34a #4a66ff

#ffe34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe34a Color CSS Codes

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

#ffe34a Text Font Color

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

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


#ffe34a Background Color

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

This div background color is #ffe34a


#ffe34a Border Color

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

This div border color is #ffe34a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,227,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 #ffe34a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe34a

Related Colors


Comments

No comments written yet.

Please login to write comment.