Color Hex Logo

#ffceaa Color Hex

#FFCEAA
(255,206,170)
0 Favorites   0 Comments

Color spaces of #ffceaa

RGB 255206170
HSL0.071.000.83
HSV25°33°100°
CMYK 0.000.190.33   0.00
XYZ70.567068.304947.4951
Yxy68.30490.37860.3665
Hunter Lab82.64687.778323.7802
CIE-Lab86.158712.410124.4564

#ffceaa color RGB value is (255,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 10101010
Octal 377 316 252
Decimal 255 206 170
Hex FF CE AA

RGB Percentages of Color #ffceaa

%40.41
%32.65
%26.94

CMYK Percentages of Color #ffceaa

%0
%19
%33
%0

Triadic Colors of #ffceaa

#ffceaa #aaffce #ceaaff

Analogous Colors of #ffceaa

#ffceaa #fff9aa #ffaab1

Monochromatic Colors of #ffceaa

#ffceaa

Complementary Color

#ffceaa #aadbff

#ffceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffceaa Color CSS Codes

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

#ffceaa Text Font Color

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

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


#ffceaa Background Color

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

This div background color is #ffceaa


#ffceaa Border Color

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

This div border color is #ffceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffceaa

Related Colors


Comments

No comments written yet.

Please login to write comment.