Color Hex Logo

#cebb7e Color Hex

#CEBB7E
(206,187,126)
0 Favorites   0 Comments

Color spaces of #cebb7e

RGB 206187126
HSL0.130.450.65
HSV46°39°81°
CMYK 0.000.090.39   0.19
XYZ46.989850.168826.9456
Yxy50.16880.37860.4042
Hunter Lab70.8299-5.532427.0255
CIE-Lab76.1728-1.937333.3524

#cebb7e color RGB value is (206,187,126).

#cebb7e hex color red value is 206, green value is 187 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cebb7e hue: 0.13 , saturation: 0.45 and the lightness value of cebb7e is 0.65.

The process color (four color CMYK) of #cebb7e color hex is 0.00, 0.09, 0.39, 0.19. Web safe color of #cebb7e is #cccc66. Color #cebb7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 01111110
Octal 316 273 176
Decimal 206 187 126
Hex CE BB 7E

RGB Percentages of Color #cebb7e

%39.69
%36.03
%24.28

CMYK Percentages of Color #cebb7e

%0
%9
%39
%19

Triadic Colors of #cebb7e

#cebb7e #7ecebb #bb7ece

Analogous Colors of #cebb7e

#cebb7e #b9ce7e #ce937e

Monochromatic Colors of #cebb7e

#cebb7e

Complementary Color

#cebb7e #7e91ce

#cebb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebb7e Color CSS Codes

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

#cebb7e Text Font Color

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

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


#cebb7e Background Color

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

This div background color is #cebb7e


#cebb7e Border Color

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

This div border color is #cebb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebb7e


Comments

No comments written yet.

Please login to write comment.