Color Hex Logo

#ffceaf Color Hex

#FFCEAF
(255,206,175)
0 Favorites   0 Comments

Color spaces of #ffceaf

RGB 255206175
HSL0.061.000.84
HSV23°31°100°
CMYK 0.000.190.31   0.00
XYZ71.049268.497850.0341
Yxy68.49780.37480.3613
Hunter Lab82.76348.399522.0910
CIE-Lab86.254813.024921.9660

#ffceaf color RGB value is (255,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 10101111
Octal 377 316 257
Decimal 255 206 175
Hex FF CE AF

RGB Percentages of Color #ffceaf

%40.09
%32.39
%27.52

CMYK Percentages of Color #ffceaf

%0
%19
%31
%0

Triadic Colors of #ffceaf

#ffceaf #afffce #ceafff

Analogous Colors of #ffceaf

#ffceaf #fff6af #ffafb8

Monochromatic Colors of #ffceaf

#ffceaf

Complementary Color

#ffceaf #afe0ff

#ffceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffceaf Color CSS Codes

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

#ffceaf Text Font Color

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

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


#ffceaf Background Color

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

This div background color is #ffceaf


#ffceaf Border Color

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

This div border color is #ffceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffceaf


Comments

No comments written yet.

Please login to write comment.