Color Hex Logo

#cea762 Color Hex

#CEA762
(206,167,98)
1 Favorites   0 Comments

Color spaces of #cea762

RGB 20616798
HSL0.110.520.60
HSV38°52°81°
CMYK 0.000.190.52   0.19
XYZ41.476941.641117.4067
Yxy41.64110.41260.4142
Hunter Lab64.52991.804329.1777
CIE-Lab70.62285.876340.8032

#cea762 color RGB value is (206,167,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 01100010
Octal 316 247 142
Decimal 206 167 98
Hex CE A7 62

RGB Percentages of Color #cea762

%43.74
%35.46
%20.81

CMYK Percentages of Color #cea762

%0
%19
%52
%19

Triadic Colors of #cea762

#cea762 #62cea7 #a762ce

Analogous Colors of #cea762

#cea762 #bfce62 #ce7162

Monochromatic Colors of #cea762

#cea762

Complementary Color

#cea762 #6289ce

#cea762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea762 Color CSS Codes

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

#cea762 Text Font Color

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

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


#cea762 Background Color

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

This div background color is #cea762


#cea762 Border Color

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

This div border color is #cea762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea762


Comments

No comments written yet.

Please login to write comment.