Color Hex Logo

#cead63 Color Hex

#CEAD63
(206,173,99)
0 Favorites   0 Comments

Color spaces of #cead63

RGB 20617399
HSL0.120.520.60
HSV41°52°81°
CMYK 0.000.160.52   0.19
XYZ42.649343.909818.0320
Yxy43.90980.40780.4198
Hunter Lab66.2645-1.076230.2510
CIE-Lab72.16822.755342.1832

#cead63 color RGB value is (206,173,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 01100011
Octal 316 255 143
Decimal 206 173 99
Hex CE AD 63

RGB Percentages of Color #cead63

%43.10
%36.19
%20.71

CMYK Percentages of Color #cead63

%0
%16
%52
%19

Triadic Colors of #cead63

#cead63 #63cead #ad63ce

Analogous Colors of #cead63

#cead63 #bace63 #ce7863

Monochromatic Colors of #cead63

#cead63

Complementary Color

#cead63 #6384ce

#cead63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead63 Color CSS Codes

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

#cead63 Text Font Color

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

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


#cead63 Background Color

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

This div background color is #cead63


#cead63 Border Color

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

This div border color is #cead63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead63


Comments

No comments written yet.

Please login to write comment.