Color Hex Logo

#ffe69a Color Hex

#FFE69A
(255,230,154)
3 Favorites   0 Comments

Color spaces of #ffe69a

RGB 255230154
HSL0.131.000.80
HSV45°40°100°
CMYK 0.000.100.40   0.00
XYZ75.369580.186742.0770
Yxy80.18670.38140.4057
Hunter Lab89.5470-6.468334.8233
CIE-Lab91.7686-1.724240.1307

#ffe69a color RGB value is (255,230,154).

#ffe69a hex color red value is 255, green value is 230 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ffe69a hue: 0.13 , saturation: 1.00 and the lightness value of ffe69a is 0.80.

The process color (four color CMYK) of #ffe69a color hex is 0.00, 0.10, 0.40, 0.00. Web safe color of #ffe69a is #ffff99. Color #ffe69a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100110 10011010
Octal 377 346 232
Decimal 255 230 154
Hex FF E6 9A

RGB Percentages of Color #ffe69a

%39.91
%35.99
%24.10

CMYK Percentages of Color #ffe69a

%0
%10
%40
%0

Triadic Colors of #ffe69a

#ffe69a #9affe6 #e69aff

Analogous Colors of #ffe69a

#ffe69a #e6ff9a #ffb49a

Monochromatic Colors of #ffe69a

#ffe69a

Complementary Color

#ffe69a #9ab3ff

#ffe69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe69a Color CSS Codes

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

#ffe69a Text Font Color

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

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


#ffe69a Background Color

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

This div background color is #ffe69a


#ffe69a Border Color

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

This div border color is #ffe69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe69a

Related Colors


Comments

No comments written yet.

Please login to write comment.