Color Hex Logo

#ceafa8 Color Hex

#CEAFA8
(206,175,168)
0 Favorites   0 Comments

Color spaces of #ceafa8

RGB 206175168
HSL0.030.280.73
HSV11°18°81°
CMYK 0.000.150.18   0.19
XYZ47.851546.608943.5202
Yxy46.60890.34680.3378
Hunter Lab68.27075.63849.9942
CIE-Lab73.938910.09357.7430

#ceafa8 color RGB value is (206,175,168).

#ceafa8 hex color red value is 206, green value is 175 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ceafa8 hue: 0.03 , saturation: 0.28 and the lightness value of ceafa8 is 0.73.

The process color (four color CMYK) of #ceafa8 color hex is 0.00, 0.15, 0.18, 0.19. Web safe color of #ceafa8 is #cc9999. Color #ceafa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 10101000
Octal 316 257 250
Decimal 206 175 168
Hex CE AF A8

RGB Percentages of Color #ceafa8

%37.52
%31.88
%30.60

CMYK Percentages of Color #ceafa8

%0
%15
%18
%19

Triadic Colors of #ceafa8

#ceafa8 #a8ceaf #afa8ce

Analogous Colors of #ceafa8

#ceafa8 #cec2a8 #cea8b4

Monochromatic Colors of #ceafa8

#ceafa8

Complementary Color

#ceafa8 #a8c7ce

#ceafa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafa8 Color CSS Codes

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

#ceafa8 Text Font Color

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

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


#ceafa8 Background Color

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

This div background color is #ceafa8


#ceafa8 Border Color

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

This div border color is #ceafa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafa8


Comments

No comments written yet.

Please login to write comment.