Color Hex Logo

#cebc7e Color Hex

#CEBC7E
(206,188,126)
0 Favorites   0 Comments

Color spaces of #cebc7e

RGB 206188126
HSL0.130.450.65
HSV47°39°81°
CMYK 0.000.090.39   0.19
XYZ47.202750.594627.0165
Yxy50.59460.37820.4054
Hunter Lab71.1299-6.022427.2714
CIE-Lab76.4328-2.461933.6907

#cebc7e color RGB value is (206,188,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 01111110
Octal 316 274 176
Decimal 206 188 126
Hex CE BC 7E

RGB Percentages of Color #cebc7e

%39.62
%36.15
%24.23

CMYK Percentages of Color #cebc7e

%0
%9
%39
%19

Triadic Colors of #cebc7e

#cebc7e #7ecebc #bc7ece

Analogous Colors of #cebc7e

#cebc7e #b8ce7e #ce947e

Monochromatic Colors of #cebc7e

#cebc7e

Complementary Color

#cebc7e #7e90ce

#cebc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc7e Color CSS Codes

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

#cebc7e Text Font Color

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

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


#cebc7e Background Color

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

This div background color is #cebc7e


#cebc7e Border Color

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

This div border color is #cebc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc7e


Comments

No comments written yet.

Please login to write comment.