Color Hex Logo

#cea77c Color Hex

#CEA77C
(206,167,124)
0 Favorites   0 Comments

Color spaces of #cea77c

RGB 206167124
HSL0.090.460.65
HSV31°40°81°
CMYK 0.000.190.40   0.19
XYZ42.910442.214524.9554
Yxy42.21450.38980.3835
Hunter Lab64.97274.185922.7081
CIE-Lab71.01868.490127.6367

#cea77c color RGB value is (206,167,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 01111100
Octal 316 247 174
Decimal 206 167 124
Hex CE A7 7C

RGB Percentages of Color #cea77c

%41.45
%33.60
%24.95

CMYK Percentages of Color #cea77c

%0
%19
%40
%19

Triadic Colors of #cea77c

#cea77c #7ccea7 #a77cce

Analogous Colors of #cea77c

#cea77c #ccce7c #ce7e7c

Monochromatic Colors of #cea77c

#cea77c

Complementary Color

#cea77c #7ca3ce

#cea77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea77c Color CSS Codes

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

#cea77c Text Font Color

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

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


#cea77c Background Color

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

This div background color is #cea77c


#cea77c Border Color

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

This div border color is #cea77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea77c


Comments

No comments written yet.

Please login to write comment.