Color Hex Logo

#cea38a Color Hex

#CEA38A
(206,163,138)
0 Favorites   0 Comments

Color spaces of #cea38a

RGB 206163138
HSL0.060.410.67
HSV22°33°81°
CMYK 0.000.210.33   0.19
XYZ43.138241.151229.7141
Yxy41.15120.37840.3610
Hunter Lab64.14927.774217.4411
CIE-Lab70.281712.343619.0345

#cea38a color RGB value is (206,163,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 10001010
Octal 316 243 212
Decimal 206 163 138
Hex CE A3 8A

RGB Percentages of Color #cea38a

%40.63
%32.15
%27.22

CMYK Percentages of Color #cea38a

%0
%21
%33
%19

Triadic Colors of #cea38a

#cea38a #8acea3 #a38ace

Analogous Colors of #cea38a

#cea38a #cec58a #ce8a93

Monochromatic Colors of #cea38a

#cea38a

Complementary Color

#cea38a #8ab5ce

#cea38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea38a Color CSS Codes

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

#cea38a Text Font Color

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

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


#cea38a Background Color

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

This div background color is #cea38a


#cea38a Border Color

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

This div border color is #cea38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea38a


Comments

No comments written yet.

Please login to write comment.