Color Hex Logo

#cebd9f Color Hex

#CEBD9F
(206,189,159)
0 Favorites   0 Comments

Color spaces of #cebd9f

RGB 206189159
HSL0.110.320.72
HSV38°23°81°
CMYK 0.000.080.23   0.19
XYZ49.909252.020240.2113
Yxy52.02020.35110.3660
Hunter Lab72.1250-2.700117.4320
CIE-Lab77.29291.258217.3584

#cebd9f color RGB value is (206,189,159).

#cebd9f hex color red value is 206, green value is 189 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cebd9f hue: 0.11 , saturation: 0.32 and the lightness value of cebd9f is 0.72.

The process color (four color CMYK) of #cebd9f color hex is 0.00, 0.08, 0.23, 0.19. Web safe color of #cebd9f is #cccc99. Color #cebd9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 10011111
Octal 316 275 237
Decimal 206 189 159
Hex CE BD 9F

RGB Percentages of Color #cebd9f

%37.18
%34.12
%28.70

CMYK Percentages of Color #cebd9f

%0
%8
%23
%19

Triadic Colors of #cebd9f

#cebd9f #9fcebd #bd9fce

Analogous Colors of #cebd9f

#cebd9f #c8ce9f #cea69f

Monochromatic Colors of #cebd9f

#cebd9f

Complementary Color

#cebd9f #9fb0ce

#cebd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebd9f Color CSS Codes

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

#cebd9f Text Font Color

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

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


#cebd9f Background Color

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

This div background color is #cebd9f


#cebd9f Border Color

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

This div border color is #cebd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebd9f


Comments

No comments written yet.

Please login to write comment.