Color Hex Logo

#ceafab Color Hex

#CEAFAB
(206,175,171)
0 Favorites   0 Comments

Color spaces of #ceafab

RGB 206175171
HSL0.020.260.74
HSV17°81°
CMYK 0.000.150.17   0.19
XYZ48.134346.722045.0094
Yxy46.72200.34410.3340
Hunter Lab68.35356.08058.8062
CIE-Lab74.011610.56226.2068

#ceafab color RGB value is (206,175,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 10101011
Octal 316 257 253
Decimal 206 175 171
Hex CE AF AB

RGB Percentages of Color #ceafab

%37.32
%31.70
%30.98

CMYK Percentages of Color #ceafab

%0
%15
%17
%19

Triadic Colors of #ceafab

#ceafab #abceaf #afabce

Analogous Colors of #ceafab

#ceafab #cec1ab #ceabb9

Monochromatic Colors of #ceafab

#ceafab

Complementary Color

#ceafab #abcace

#ceafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafab Color CSS Codes

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

#ceafab Text Font Color

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

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


#ceafab Background Color

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

This div background color is #ceafab


#ceafab Border Color

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

This div border color is #ceafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafab


Comments

No comments written yet.

Please login to write comment.