Color Hex Logo

#ffebaa Color Hex

#FFEBAA
(255,235,170)
0 Favorites   0 Comments

Color spaces of #ffebaa

RGB 255235170
HSL0.131.000.83
HSV46°33°100°
CMYK 0.000.080.33   0.00
XYZ78.204083.578950.0408
Yxy83.57890.36920.3946
Hunter Lab91.4215-7.294731.5419
CIE-Lab93.2673-2.453934.0497

#ffebaa color RGB value is (255,235,170).

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

The process color (four color CMYK) of #ffebaa color hex is 0.00, 0.08, 0.33, 0.00. Web safe color of #ffebaa is #ffff99. Color #ffebaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 10101010
Octal 377 353 252
Decimal 255 235 170
Hex FF EB AA

RGB Percentages of Color #ffebaa

%38.64
%35.61
%25.76

CMYK Percentages of Color #ffebaa

%0
%8
%33
%0

Triadic Colors of #ffebaa

#ffebaa #aaffeb #ebaaff

Analogous Colors of #ffebaa

#ffebaa #e9ffaa #ffc1aa

Monochromatic Colors of #ffebaa

#ffebaa

Complementary Color

#ffebaa #aabeff

#ffebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebaa Color CSS Codes

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

#ffebaa Text Font Color

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

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


#ffebaa Background Color

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

This div background color is #ffebaa


#ffebaa Border Color

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

This div border color is #ffebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebaa

#ffebaa Color Palettes


Comments

No comments written yet.

Please login to write comment.