Color Hex Logo

#ceabaf Color Hex

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

Color spaces of #ceabaf

RGB 206171175
HSL0.980.260.74
HSV353°17°81°
CMYK 0.000.170.15   0.19
XYZ47.754445.342846.7925
Yxy45.34280.34140.3241
Hunter Lab67.33718.74965.9353
CIE-Lab73.117013.36682.7225

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

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

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

Base Numbers

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

RGB Percentages of Color #ceabaf

%37.32
%30.98
%31.70

CMYK Percentages of Color #ceabaf

%0
%17
%15
%19

Triadic Colors of #ceabaf

#ceabaf #afceab #abafce

Analogous Colors of #ceabaf

#ceabaf #ceb9ab #ceabc1

Monochromatic Colors of #ceabaf

#ceabaf

Complementary Color

#ceabaf #abceca

#ceabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabaf Color CSS Codes

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

#ceabaf Text Font Color

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

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


#ceabaf Background Color

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

This div background color is #ceabaf


#ceabaf Border Color

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

This div border color is #ceabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabaf


Comments

No comments written yet.

Please login to write comment.