Color Hex Logo

#cea356 Color Hex

#CEA356
(206,163,86)
0 Favorites   0 Comments

Color spaces of #cea356

RGB 20616386
HSL0.110.550.57
HSV39°58°81°
CMYK 0.000.210.58   0.19
XYZ40.230539.988114.4022
Yxy39.98810.42520.4226
Hunter Lab63.23612.897530.7618
CIE-Lab69.46117.046145.4438

#cea356 color RGB value is (206,163,86).

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

The process color (four color CMYK) of #cea356 color hex is 0.00, 0.21, 0.58, 0.19. Web safe color of #cea356 is #cc9966. Color #cea356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 01010110
Octal 316 243 126
Decimal 206 163 86
Hex CE A3 56

RGB Percentages of Color #cea356

%45.27
%35.82
%18.90

CMYK Percentages of Color #cea356

%0
%21
%58
%19

Triadic Colors of #cea356

#cea356 #56cea3 #a356ce

Analogous Colors of #cea356

#cea356 #bdce56 #ce6756

Monochromatic Colors of #cea356

#cea356

Complementary Color

#cea356 #5681ce

#cea356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea356 Color CSS Codes

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

#cea356 Text Font Color

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

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


#cea356 Background Color

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

This div background color is #cea356


#cea356 Border Color

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

This div border color is #cea356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea356


Comments

No comments written yet.

Please login to write comment.