Color Hex Logo

#cea68a Color Hex

#CEA68A
(206,166,138)
0 Favorites   0 Comments

Color spaces of #cea68a

RGB 206166138
HSL0.070.410.67
HSV25°33°81°
CMYK 0.000.190.33   0.19
XYZ43.677342.229229.8938
Yxy42.22920.37720.3647
Hunter Lab64.98406.252118.2143
CIE-Lab71.028710.718220.0613

#cea68a color RGB value is (206,166,138).

#cea68a hex color red value is 206, green value is 166 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cea68a hue: 0.07 , saturation: 0.41 and the lightness value of cea68a is 0.67.

The process color (four color CMYK) of #cea68a color hex is 0.00, 0.19, 0.33, 0.19. Web safe color of #cea68a is #cc9999. Color #cea68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 10001010
Octal 316 246 212
Decimal 206 166 138
Hex CE A6 8A

RGB Percentages of Color #cea68a

%40.39
%32.55
%27.06

CMYK Percentages of Color #cea68a

%0
%19
%33
%19

Triadic Colors of #cea68a

#cea68a #8acea6 #a68ace

Analogous Colors of #cea68a

#cea68a #cec88a #ce8a90

Monochromatic Colors of #cea68a

#cea68a

Complementary Color

#cea68a #8ab2ce

#cea68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea68a Color CSS Codes

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

#cea68a Text Font Color

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

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


#cea68a Background Color

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

This div background color is #cea68a


#cea68a Border Color

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

This div border color is #cea68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea68a


Comments

No comments written yet.

Please login to write comment.