Color Hex Logo

#cea863 Color Hex

#CEA863
(206,168,99)
0 Favorites   0 Comments

Color spaces of #cea863

RGB 20616899
HSL0.110.520.60
HSV39°52°81°
CMYK 0.000.180.52   0.19
XYZ41.708442.027917.7183
Yxy42.02790.41110.4143
Hunter Lab64.82891.389329.1758
CIE-Lab70.89025.428140.6203

#cea863 color RGB value is (206,168,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 01100011
Octal 316 250 143
Decimal 206 168 99
Hex CE A8 63

RGB Percentages of Color #cea863

%43.55
%35.52
%20.93

CMYK Percentages of Color #cea863

%0
%18
%52
%19

Triadic Colors of #cea863

#cea863 #63cea8 #a863ce

Analogous Colors of #cea863

#cea863 #bfce63 #ce7363

Monochromatic Colors of #cea863

#cea863

Complementary Color

#cea863 #6389ce

#cea863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea863 Color CSS Codes

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

#cea863 Text Font Color

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

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


#cea863 Background Color

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

This div background color is #cea863


#cea863 Border Color

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

This div border color is #cea863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea863


Comments

No comments written yet.

Please login to write comment.