Color Hex Logo

#ffe242 Color Hex

#FFE242
(255,226,66)
0 Favorites   0 Comments

Color spaces of #ffe242

RGB 25522666
HSL0.141.000.63
HSV51°74°100°
CMYK 0.000.110.74   0.00
XYZ69.419776.046116.1738
Yxy76.04610.42950.4705
Hunter Lab87.2044-10.511550.0466
CIE-Lab89.8807-6.100376.6323

#ffe242 color RGB value is (255,226,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 01000010
Octal 377 342 102
Decimal 255 226 66
Hex FF E2 42

RGB Percentages of Color #ffe242

%46.62
%41.32
%12.07

CMYK Percentages of Color #ffe242

%0
%11
%74
%0

Triadic Colors of #ffe242

#ffe242 #42ffe2 #e242ff

Analogous Colors of #ffe242

#ffe242 #beff42 #ff8442

Monochromatic Colors of #ffe242

#ffe242

Complementary Color

#ffe242 #425fff

#ffe242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe242 Color CSS Codes

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

#ffe242 Text Font Color

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

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


#ffe242 Background Color

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

This div background color is #ffe242


#ffe242 Border Color

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

This div border color is #ffe242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe242

Related Colors


Comments

No comments written yet.

Please login to write comment.