Color Hex Logo

#cebbae Color Hex

#CEBBAE
(206,187,174)
0 Favorites   0 Comments

Color spaces of #cebbae

RGB 206187174
HSL0.070.250.75
HSV24°16°81°
CMYK 0.000.090.16   0.19
XYZ50.863951.718547.3462
Yxy51.71850.33930.3450
Hunter Lab71.91560.395911.3069
CIE-Lab77.11224.59299.0177

#cebbae color RGB value is (206,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 10101110
Octal 316 273 256
Decimal 206 187 174
Hex CE BB AE

RGB Percentages of Color #cebbae

%36.33
%32.98
%30.69

CMYK Percentages of Color #cebbae

%0
%9
%16
%19

Triadic Colors of #cebbae

#cebbae #aecebb #bbaece

Analogous Colors of #cebbae

#cebbae #cecbae #ceaeb1

Monochromatic Colors of #cebbae

#cebbae

Complementary Color

#cebbae #aec1ce

#cebbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbae Color CSS Codes

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

#cebbae Text Font Color

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

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


#cebbae Background Color

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

This div background color is #cebbae


#cebbae Border Color

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

This div border color is #cebbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbae


Comments

No comments written yet.

Please login to write comment.