Color Hex Logo

#cea76d Color Hex

#CEA76D
(206,167,109)
0 Favorites   0 Comments

Color spaces of #cea76d

RGB 206167109
HSL0.100.500.62
HSV36°47°81°
CMYK 0.000.190.47   0.19
XYZ42.032641.863420.3331
Yxy41.86340.40330.4016
Hunter Lab64.70192.731426.6590
CIE-Lab70.77666.899335.2978

#cea76d color RGB value is (206,167,109).

#cea76d hex color red value is 206, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cea76d hue: 0.10 , saturation: 0.50 and the lightness value of cea76d is 0.62.

The process color (four color CMYK) of #cea76d color hex is 0.00, 0.19, 0.47, 0.19. Web safe color of #cea76d is #cc9966. Color #cea76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 01101101
Octal 316 247 155
Decimal 206 167 109
Hex CE A7 6D

RGB Percentages of Color #cea76d

%42.74
%34.65
%22.61

CMYK Percentages of Color #cea76d

%0
%19
%47
%19

Triadic Colors of #cea76d

#cea76d #6dcea7 #a76dce

Analogous Colors of #cea76d

#cea76d #c5ce6d #ce776d

Monochromatic Colors of #cea76d

#cea76d

Complementary Color

#cea76d #6d94ce

#cea76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea76d Color CSS Codes

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

#cea76d Text Font Color

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

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


#cea76d Background Color

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

This div background color is #cea76d


#cea76d Border Color

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

This div border color is #cea76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea76d


Comments

No comments written yet.

Please login to write comment.