Color Hex Logo

#cea499 Color Hex

#CEA499
(206,164,153)
0 Favorites   0 Comments

Color spaces of #cea499

RGB 206164153
HSL0.030.350.70
HSV12°26°81°
CMYK 0.000.200.26   0.19
XYZ44.478841.972635.8942
Yxy41.97260.36360.3431
Hunter Lab64.78639.172612.5013
CIE-Lab70.852013.825311.5841

#cea499 color RGB value is (206,164,153).

#cea499 hex color red value is 206, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cea499 hue: 0.03 , saturation: 0.35 and the lightness value of cea499 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 10011001
Octal 316 244 231
Decimal 206 164 153
Hex CE A4 99

RGB Percentages of Color #cea499

%39.39
%31.36
%29.25

CMYK Percentages of Color #cea499

%0
%20
%26
%19

Triadic Colors of #cea499

#cea499 #99cea4 #a499ce

Analogous Colors of #cea499

#cea499 #cebf99 #ce99a9

Monochromatic Colors of #cea499

#cea499

Complementary Color

#cea499 #99c3ce

#cea499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea499 Color CSS Codes

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

#cea499 Text Font Color

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

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


#cea499 Background Color

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

This div background color is #cea499


#cea499 Border Color

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

This div border color is #cea499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea499


Comments

No comments written yet.

Please login to write comment.