Color Hex Logo

#cec1a5 Color Hex

#CEC1A5
(206,193,165)
0 Favorites   0 Comments

Color spaces of #cec1a5

RGB 206193165
HSL0.110.290.73
HSV41°20°81°
CMYK 0.000.060.20   0.19
XYZ51.315153.978443.3116
Yxy53.97840.34530.3632
Hunter Lab73.4700-3.899216.4767
CIE-Lab78.44910.027115.7551

#cec1a5 color RGB value is (206,193,165).

#cec1a5 hex color red value is 206, green value is 193 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cec1a5 hue: 0.11 , saturation: 0.29 and the lightness value of cec1a5 is 0.73.

The process color (four color CMYK) of #cec1a5 color hex is 0.00, 0.06, 0.20, 0.19. Web safe color of #cec1a5 is #cccc99. Color #cec1a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 10100101
Octal 316 301 245
Decimal 206 193 165
Hex CE C1 A5

RGB Percentages of Color #cec1a5

%36.52
%34.22
%29.26

CMYK Percentages of Color #cec1a5

%0
%6
%20
%19

Triadic Colors of #cec1a5

#cec1a5 #a5cec1 #c1a5ce

Analogous Colors of #cec1a5

#cec1a5 #c7cea5 #ceada5

Monochromatic Colors of #cec1a5

#cec1a5

Complementary Color

#cec1a5 #a5b2ce

#cec1a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec1a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec1a5 Color CSS Codes

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

#cec1a5 Text Font Color

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

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


#cec1a5 Background Color

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

This div background color is #cec1a5


#cec1a5 Border Color

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

This div border color is #cec1a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec1a5


Comments

No comments written yet.

Please login to write comment.