Color Hex Logo

#ceadab Color Hex

#CEADAB
(206,173,171)
0 Favorites   0 Comments

Color spaces of #ceadab

RGB 206173171
HSL0.010.260.74
HSV17°81°
CMYK 0.000.160.17   0.19
XYZ47.747945.949244.8806
Yxy45.94920.34460.3316
Hunter Lab67.78587.10908.1945
CIE-Lab73.512611.64395.4886

#ceadab color RGB value is (206,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 10101011
Octal 316 255 253
Decimal 206 173 171
Hex CE AD AB

RGB Percentages of Color #ceadab

%37.45
%31.45
%31.09

CMYK Percentages of Color #ceadab

%0
%16
%17
%19

Triadic Colors of #ceadab

#ceadab #abcead #adabce

Analogous Colors of #ceadab

#ceadab #cebfab #ceabbb

Monochromatic Colors of #ceadab

#ceadab

Complementary Color

#ceadab #abccce

#ceadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadab Color CSS Codes

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

#ceadab Text Font Color

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

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


#ceadab Background Color

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

This div background color is #ceadab


#ceadab Border Color

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

This div border color is #ceadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadab


Comments

No comments written yet.

Please login to write comment.