Color Hex Logo

#ffcead Color Hex

#FFCEAD
(255,206,173)
0 Favorites   0 Comments

Color spaces of #ffcead

RGB 255206173
HSL0.071.000.84
HSV24°32°100°
CMYK 0.000.190.32   0.00
XYZ70.854168.419749.0071
Yxy68.41970.37630.3634
Hunter Lab82.71628.148522.7736
CIE-Lab86.215912.776722.9622

#ffcead color RGB value is (255,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 10101101
Octal 377 316 255
Decimal 255 206 173
Hex FF CE AD

RGB Percentages of Color #ffcead

%40.22
%32.49
%27.29

CMYK Percentages of Color #ffcead

%0
%19
%32
%0

Triadic Colors of #ffcead

#ffcead #adffce #ceadff

Analogous Colors of #ffcead

#ffcead #fff7ad #ffadb5

Monochromatic Colors of #ffcead

#ffcead

Complementary Color

#ffcead #addeff

#ffcead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcead Color CSS Codes

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

#ffcead Text Font Color

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

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


#ffcead Background Color

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

This div background color is #ffcead


#ffcead Border Color

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

This div border color is #ffcead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcead

Related Colors


Comments

No comments written yet.

Please login to write comment.