Color Hex Logo

#ffcea1 Color Hex

#FFCEA1
(255,206,161)
0 Favorites   0 Comments

Color spaces of #ffcea1

RGB 255206161
HSL0.081.000.82
HSV29°37°100°
CMYK 0.000.190.37   0.00
XYZ69.744367.975843.1629
Yxy67.97580.38560.3758
Hunter Lab82.44746.714526.6737
CIE-Lab85.994311.352128.9326

#ffcea1 color RGB value is (255,206,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 10100001
Octal 377 316 241
Decimal 255 206 161
Hex FF CE A1

RGB Percentages of Color #ffcea1

%41.00
%33.12
%25.88

CMYK Percentages of Color #ffcea1

%0
%19
%37
%0

Triadic Colors of #ffcea1

#ffcea1 #a1ffce #cea1ff

Analogous Colors of #ffcea1

#ffcea1 #fffda1 #ffa1a3

Monochromatic Colors of #ffcea1

#ffcea1

Complementary Color

#ffcea1 #a1d2ff

#ffcea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcea1 Color CSS Codes

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

#ffcea1 Text Font Color

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

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


#ffcea1 Background Color

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

This div background color is #ffcea1


#ffcea1 Border Color

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

This div border color is #ffcea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcea1

#ffcea1 Color Palettes


Comments

No comments written yet.

Please login to write comment.