Color Hex Logo

#ffbeaa Color Hex

#FFBEAA
(255,190,170)
0 Favorites   0 Comments

Color spaces of #ffbeaa

RGB 255190170
HSL0.041.000.83
HSV14°33°100°
CMYK 0.000.250.33   0.00
XYZ66.909260.989246.2758
Yxy60.98920.38420.3502
Hunter Lab78.095616.264519.5344
CIE-Lab82.372920.766119.2385

#ffbeaa color RGB value is (255,190,170).

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

The process color (four color CMYK) of #ffbeaa color hex is 0.00, 0.25, 0.33, 0.00. Web safe color of #ffbeaa is #ffcc99. Color #ffbeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 10101010
Octal 377 276 252
Decimal 255 190 170
Hex FF BE AA

RGB Percentages of Color #ffbeaa

%41.46
%30.89
%27.64

CMYK Percentages of Color #ffbeaa

%0
%25
%33
%0

Triadic Colors of #ffbeaa

#ffbeaa #aaffbe #beaaff

Analogous Colors of #ffbeaa

#ffbeaa #ffe9aa #ffaac1

Monochromatic Colors of #ffbeaa

#ffbeaa

Complementary Color

#ffbeaa #aaebff

#ffbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbeaa Color CSS Codes

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

#ffbeaa Text Font Color

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

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


#ffbeaa Background Color

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

This div background color is #ffbeaa


#ffbeaa Border Color

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

This div border color is #ffbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.