color codes Logo

#cea38c color codes

#CEA38C
(206,163,140)
0 Favorites   0 Comments

Color spaces of #cea38c

RGB 206163140
HSL0.060.400.68
HSV21°32°81°
CMYK 0.000.210.32   0.19
XYZ43.284441.209630.4839
Yxy41.20960.37650.3584
Hunter Lab64.19478.016016.7815
CIE-Lab70.322512.601417.9941

#cea38c color RGB value is (206,163,140).

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

The process color (four color CMYK) of #cea38c color code is 0.00, 0.21, 0.32, 0.19. Web safe color of #cea38c is #cc9999. Color #cea38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 10001100
Octal 316 243 214
Decimal 206 163 140
Hex CE A3 8C

RGB Percentages of Color #cea38c

%40.47
%32.02
%27.50

CMYK Percentages of Color #cea38c

%0
%21
%32
%19

Triadic Colors of #cea38c

#cea38c #8ccea3 #a38cce

Analogous Colors of #cea38c

#cea38c #cec48c #ce8c96

Monochromatic Colors of #cea38c

#cea38c

Complementary Color

#cea38c #8cb7ce

#cea38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea38c Color CSS Codes

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

#cea38c Text Font Color

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

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


#cea38c Background Color

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

This div background color is #cea38c


#cea38c Border Color

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

This div border color is #cea38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea38c


Comments

No comments written yet.

Please login to write comment.