Color Hex Logo

#cead4c Color Hex

#CEAD4C
(206,173,76)
0 Favorites   0 Comments

Color spaces of #cead4c

RGB 20617376
HSL0.120.570.55
HSV45°63°81°
CMYK 0.000.160.63   0.19
XYZ41.701743.530813.0418
Yxy43.53080.42430.4430
Hunter Lab65.9779-2.639334.4647
CIE-Lab71.91380.995652.9878

#cead4c color RGB value is (206,173,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 01001100
Octal 316 255 114
Decimal 206 173 76
Hex CE AD 4C

RGB Percentages of Color #cead4c

%45.27
%38.02
%16.70

CMYK Percentages of Color #cead4c

%0
%16
%63
%19

Triadic Colors of #cead4c

#cead4c #4ccead #ad4cce

Analogous Colors of #cead4c

#cead4c #aece4c #ce6c4c

Monochromatic Colors of #cead4c

#cead4c

Complementary Color

#cead4c #4c6dce

#cead4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead4c Color CSS Codes

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

#cead4c Text Font Color

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

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


#cead4c Background Color

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

This div background color is #cead4c


#cead4c Border Color

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

This div border color is #cead4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead4c


Comments

No comments written yet.

Please login to write comment.