Color Hex Logo

#cea864 Color Hex

#CEA864
(206,168,100)
0 Favorites   0 Comments

Color spaces of #cea864

RGB 206168100
HSL0.110.520.60
HSV38°51°81°
CMYK 0.000.180.51   0.19
XYZ41.756542.047217.9717
Yxy42.04720.41030.4131
Hunter Lab64.84381.469328.9582
CIE-Lab70.90345.516840.1252

#cea864 color RGB value is (206,168,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 01100100
Octal 316 250 144
Decimal 206 168 100
Hex CE A8 64

RGB Percentages of Color #cea864

%43.46
%35.44
%21.10

CMYK Percentages of Color #cea864

%0
%18
%51
%19

Triadic Colors of #cea864

#cea864 #64cea8 #a864ce

Analogous Colors of #cea864

#cea864 #bfce64 #ce7364

Monochromatic Colors of #cea864

#cea864

Complementary Color

#cea864 #648ace

#cea864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea864 Color CSS Codes

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

#cea864 Text Font Color

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

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


#cea864 Background Color

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

This div background color is #cea864


#cea864 Border Color

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

This div border color is #cea864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea864


Comments

No comments written yet.

Please login to write comment.