Color Hex Logo

#cea768 Color Hex

#CEA768
(206,167,104)
0 Favorites   0 Comments

Color spaces of #cea768

RGB 206167104
HSL0.100.510.61
HSV37°50°81°
CMYK 0.000.190.50   0.19
XYZ41.771041.758718.9554
Yxy41.75870.40760.4075
Hunter Lab64.62102.295727.8430
CIE-Lab70.70426.419437.8155

#cea768 color RGB value is (206,167,104).

#cea768 hex color red value is 206, green value is 167 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cea768 hue: 0.10 , saturation: 0.51 and the lightness value of cea768 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 01101000
Octal 316 247 150
Decimal 206 167 104
Hex CE A7 68

RGB Percentages of Color #cea768

%43.19
%35.01
%21.80

CMYK Percentages of Color #cea768

%0
%19
%50
%19

Triadic Colors of #cea768

#cea768 #68cea7 #a768ce

Analogous Colors of #cea768

#cea768 #c2ce68 #ce7468

Monochromatic Colors of #cea768

#cea768

Complementary Color

#cea768 #688fce

#cea768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea768 Color CSS Codes

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

#cea768 Text Font Color

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

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


#cea768 Background Color

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

This div background color is #cea768


#cea768 Border Color

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

This div border color is #cea768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea768


Comments

No comments written yet.

Please login to write comment.