Color Hex Logo

#cea594 Color Hex

#CEA594
(206,165,148)
0 Favorites   0 Comments

Color spaces of #cea594

RGB 206165148
HSL0.050.370.69
HSV18°28°81°
CMYK 0.000.200.28   0.19
XYZ44.254042.170233.8242
Yxy42.17020.36800.3507
Hunter Lab64.93868.000714.5750
CIE-Lab70.988112.583714.5274

#cea594 color RGB value is (206,165,148).

#cea594 hex color red value is 206, green value is 165 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cea594 hue: 0.05 , saturation: 0.37 and the lightness value of cea594 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 10010100
Octal 316 245 224
Decimal 206 165 148
Hex CE A5 94

RGB Percentages of Color #cea594

%39.69
%31.79
%28.52

CMYK Percentages of Color #cea594

%0
%20
%28
%19

Triadic Colors of #cea594

#cea594 #94cea5 #a594ce

Analogous Colors of #cea594

#cea594 #cec294 #ce94a0

Monochromatic Colors of #cea594

#cea594

Complementary Color

#cea594 #94bdce

#cea594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea594 Color CSS Codes

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

#cea594 Text Font Color

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

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


#cea594 Background Color

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

This div background color is #cea594


#cea594 Border Color

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

This div border color is #cea594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea594


Comments

No comments written yet.

Please login to write comment.