Color Hex Logo

#cea858 Color Hex

#CEA858
(206,168,88)
0 Favorites   0 Comments

Color spaces of #cea858

RGB 20616888
HSL0.110.550.58
HSV41°57°81°
CMYK 0.000.180.57   0.19
XYZ41.217741.831715.1344
Yxy41.83170.41980.4261
Hunter Lab64.67740.569231.4005
CIE-Lab70.75474.515945.9759

#cea858 color RGB value is (206,168,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 01011000
Octal 316 250 130
Decimal 206 168 88
Hex CE A8 58

RGB Percentages of Color #cea858

%44.59
%36.36
%19.05

CMYK Percentages of Color #cea858

%0
%18
%57
%19

Triadic Colors of #cea858

#cea858 #58cea8 #a858ce

Analogous Colors of #cea858

#cea858 #b9ce58 #ce6d58

Monochromatic Colors of #cea858

#cea858

Complementary Color

#cea858 #587ece

#cea858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea858 Color CSS Codes

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

#cea858 Text Font Color

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

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


#cea858 Background Color

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

This div background color is #cea858


#cea858 Border Color

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

This div border color is #cea858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea858


Comments

No comments written yet.

Please login to write comment.