Color Hex Logo

#fceaa2 Color Hex

#FCEAA2
(252,234,162)
0 Favorites   0 Comments

Color spaces of #fceaa2

RGB 252234162
HSL0.130.940.81
HSV48°36°99°
CMYK 0.000.070.36   0.01
XYZ76.089382.149746.0286
Yxy82.14970.37250.4022
Hunter Lab90.6365-8.763133.3358
CIE-Lab92.6409-4.015637.2101

#fceaa2 color RGB value is (252,234,162).

#fceaa2 hex color red value is 252, green value is 234 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fceaa2 hue: 0.13 , saturation: 0.94 and the lightness value of fceaa2 is 0.81.

The process color (four color CMYK) of #fceaa2 color hex is 0.00, 0.07, 0.36, 0.01. Web safe color of #fceaa2 is #ffff99. Color #fceaa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10100010
Octal 374 352 242
Decimal 252 234 162
Hex FC EA A2

RGB Percentages of Color #fceaa2

%38.89
%36.11
%25.00

CMYK Percentages of Color #fceaa2

%0
%7
%36
%1

Triadic Colors of #fceaa2

#fceaa2 #a2fcea #eaa2fc

Analogous Colors of #fceaa2

#fceaa2 #e1fca2 #fcbda2

Monochromatic Colors of #fceaa2

#fceaa2

Complementary Color

#fceaa2 #a2b4fc

#fceaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaa2 Color CSS Codes

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

#fceaa2 Text Font Color

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

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


#fceaa2 Background Color

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

This div background color is #fceaa2


#fceaa2 Border Color

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

This div border color is #fceaa2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,234,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fceaa2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fceaa2;
  -webkit-box-shadow: 1px 1px 3px 2px #fceaa2;
  box-shadow:         1px 1px 3px 2px #fceaa2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,234,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaa2


Comments

No comments written yet.

Please login to write comment.