Color Hex Logo

#cebc7c Color Hex

#CEBC7C
(206,188,124)
0 Favorites   0 Comments

Color spaces of #cebc7c

RGB 206188124
HSL0.130.460.65
HSV47°40°81°
CMYK 0.000.090.40   0.19
XYZ47.074950.543526.3435
Yxy50.54350.37980.4077
Hunter Lab71.0940-6.220527.7962
CIE-Lab76.4017-2.685434.6894

#cebc7c color RGB value is (206,188,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 01111100
Octal 316 274 174
Decimal 206 188 124
Hex CE BC 7C

RGB Percentages of Color #cebc7c

%39.77
%36.29
%23.94

CMYK Percentages of Color #cebc7c

%0
%9
%40
%19

Triadic Colors of #cebc7c

#cebc7c #7ccebc #bc7cce

Analogous Colors of #cebc7c

#cebc7c #b7ce7c #ce937c

Monochromatic Colors of #cebc7c

#cebc7c

Complementary Color

#cebc7c #7c8ece

#cebc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc7c Color CSS Codes

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

#cebc7c Text Font Color

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

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


#cebc7c Background Color

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

This div background color is #cebc7c


#cebc7c Border Color

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

This div border color is #cebc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc7c


Comments

No comments written yet.

Please login to write comment.