Color Hex Logo

#cebbaf Color Hex

#CEBBAF
(206,187,175)
0 Favorites   0 Comments

Color spaces of #cebbaf

RGB 206187175
HSL0.060.240.75
HSV23°15°81°
CMYK 0.000.090.15   0.19
XYZ50.961851.757647.8617
Yxy51.75760.33840.3437
Hunter Lab71.94280.543510.9158
CIE-Lab77.13574.75218.5102

#cebbaf color RGB value is (206,187,175).

#cebbaf hex color red value is 206, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cebbaf hue: 0.06 , saturation: 0.24 and the lightness value of cebbaf is 0.75.

The process color (four color CMYK) of #cebbaf color hex is 0.00, 0.09, 0.15, 0.19. Web safe color of #cebbaf is #cccc99. Color #cebbaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 10101111
Octal 316 273 257
Decimal 206 187 175
Hex CE BB AF

RGB Percentages of Color #cebbaf

%36.27
%32.92
%30.81

CMYK Percentages of Color #cebbaf

%0
%9
%15
%19

Triadic Colors of #cebbaf

#cebbaf #afcebb #bbafce

Analogous Colors of #cebbaf

#cebbaf #cecbaf #ceafb3

Monochromatic Colors of #cebbaf

#cebbaf

Complementary Color

#cebbaf #afc2ce

#cebbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbaf Color CSS Codes

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

#cebbaf Text Font Color

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

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


#cebbaf Background Color

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

This div background color is #cebbaf


#cebbaf Border Color

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

This div border color is #cebbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbaf


Comments

No comments written yet.

Please login to write comment.