Color Hex Logo

#cea263 Color Hex

#CEA263
(206,162,99)
0 Favorites   0 Comments

Color spaces of #cea263

RGB 20616299
HSL0.100.520.60
HSV35°52°81°
CMYK 0.000.210.52   0.19
XYZ40.626139.863317.3575
Yxy39.86330.41520.4074
Hunter Lab63.13744.366427.8964
CIE-Lab69.37218.656338.7492

#cea263 color RGB value is (206,162,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100010 01100011
Octal 316 242 143
Decimal 206 162 99
Hex CE A2 63

RGB Percentages of Color #cea263

%44.11
%34.69
%21.20

CMYK Percentages of Color #cea263

%0
%21
%52
%19

Triadic Colors of #cea263

#cea263 #63cea2 #a263ce

Analogous Colors of #cea263

#cea263 #c5ce63 #ce6d63

Monochromatic Colors of #cea263

#cea263

Complementary Color

#cea263 #638fce

#cea263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea263 Color CSS Codes

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

#cea263 Text Font Color

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

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


#cea263 Background Color

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

This div background color is #cea263


#cea263 Border Color

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

This div border color is #cea263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea263


Comments

No comments written yet.

Please login to write comment.