Color Hex Logo

#cea54c Color Hex

#CEA54C
(206,165,76)
0 Favorites   0 Comments

Color spaces of #cea54c

RGB 20616576
HSL0.110.570.55
HSV41°63°81°
CMYK 0.000.200.63   0.19
XYZ40.213240.553912.5457
Yxy40.55390.43100.4346
Hunter Lab63.68191.273932.8969
CIE-Lab69.86225.263150.7170

#cea54c color RGB value is (206,165,76).

#cea54c hex color red value is 206, green value is 165 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cea54c hue: 0.11 , saturation: 0.57 and the lightness value of cea54c is 0.55.

The process color (four color CMYK) of #cea54c color hex is 0.00, 0.20, 0.63, 0.19. Web safe color of #cea54c is #cc9933. Color #cea54c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 01001100
Octal 316 245 114
Decimal 206 165 76
Hex CE A5 4C

RGB Percentages of Color #cea54c

%46.09
%36.91
%17.00

CMYK Percentages of Color #cea54c

%0
%20
%63
%19

Triadic Colors of #cea54c

#cea54c #4ccea5 #a54cce

Analogous Colors of #cea54c

#cea54c #b6ce4c #ce644c

Monochromatic Colors of #cea54c

#cea54c

Complementary Color

#cea54c #4c75ce

#cea54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea54c Color CSS Codes

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

#cea54c Text Font Color

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

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


#cea54c Background Color

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

This div background color is #cea54c


#cea54c Border Color

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

This div border color is #cea54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea54c


Comments

No comments written yet.

Please login to write comment.