Color Hex Logo

#cea794 Color Hex

#CEA794
(206,167,148)
0 Favorites   0 Comments

Color spaces of #cea794

RGB 206167148
HSL0.050.370.69
HSV20°28°81°
CMYK 0.000.190.28   0.19
XYZ44.617642.897433.9454
Yxy42.89740.36730.3532
Hunter Lab65.49616.980515.1184
CIE-Lab71.485311.499215.2230

#cea794 color RGB value is (206,167,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 10010100
Octal 316 247 224
Decimal 206 167 148
Hex CE A7 94

RGB Percentages of Color #cea794

%39.54
%32.05
%28.41

CMYK Percentages of Color #cea794

%0
%19
%28
%19

Triadic Colors of #cea794

#cea794 #94cea7 #a794ce

Analogous Colors of #cea794

#cea794 #cec494 #ce949e

Monochromatic Colors of #cea794

#cea794

Complementary Color

#cea794 #94bbce

#cea794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea794 Color CSS Codes

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

#cea794 Text Font Color

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

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


#cea794 Background Color

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

This div background color is #cea794


#cea794 Border Color

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

This div border color is #cea794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea794


Comments

No comments written yet.

Please login to write comment.