Color Hex Logo

#ceaba8 Color Hex

#CEABA8
(206,171,168)
0 Favorites   0 Comments

Color spaces of #ceaba8

RGB 206171168
HSL0.010.280.73
HSV18°81°
CMYK 0.000.170.18   0.19
XYZ47.084445.074843.2645
Yxy45.07480.34770.3328
Hunter Lab67.13787.69288.7891
CIE-Lab72.941112.25736.3118

#ceaba8 color RGB value is (206,171,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 10101000
Octal 316 253 250
Decimal 206 171 168
Hex CE AB A8

RGB Percentages of Color #ceaba8

%37.80
%31.38
%30.83

CMYK Percentages of Color #ceaba8

%0
%17
%18
%19

Triadic Colors of #ceaba8

#ceaba8 #a8ceab #aba8ce

Analogous Colors of #ceaba8

#ceaba8 #cebea8 #cea8b8

Monochromatic Colors of #ceaba8

#ceaba8

Complementary Color

#ceaba8 #a8cbce

#ceaba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaba8 Color CSS Codes

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

#ceaba8 Text Font Color

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

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


#ceaba8 Background Color

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

This div background color is #ceaba8


#ceaba8 Border Color

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

This div border color is #ceaba8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,171,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 #ceaba8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaba8


Comments

No comments written yet.

Please login to write comment.