Color Hex Logo

#cec494 Color Hex

#CEC494
(206,196,148)
0 Favorites   0 Comments

Color spaces of #cec494

RGB 206196148
HSL0.140.370.69
HSV50°28°81°
CMYK 0.000.050.28   0.19
XYZ50.538854.739835.9191
Yxy54.73980.35790.3877
Hunter Lab73.9864-7.545823.0062
CIE-Lab78.8912-3.941625.4127

#cec494 color RGB value is (206,196,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 10010100
Octal 316 304 224
Decimal 206 196 148
Hex CE C4 94

RGB Percentages of Color #cec494

%37.45
%35.64
%26.91

CMYK Percentages of Color #cec494

%0
%5
%28
%19

Triadic Colors of #cec494

#cec494 #94cec4 #c494ce

Analogous Colors of #cec494

#cec494 #bbce94 #cea794

Monochromatic Colors of #cec494

#cec494

Complementary Color

#cec494 #949ece

#cec494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec494 Color CSS Codes

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

#cec494 Text Font Color

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

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


#cec494 Background Color

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

This div background color is #cec494


#cec494 Border Color

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

This div border color is #cec494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec494


Comments

No comments written yet.

Please login to write comment.