Color Hex Logo

#cecca5 Color Hex

#CECCA5
(206,204,165)
0 Favorites   0 Comments

Color spaces of #cecca5

RGB 206204165
HSL0.160.290.73
HSV57°20°81°
CMYK 0.000.010.20   0.19
XYZ53.838059.024244.1525
Yxy59.02420.34290.3759
Hunter Lab76.8272-9.360619.7052
CIE-Lab81.3049-5.716419.7330

#cecca5 color RGB value is (206,204,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 10100101
Octal 316 314 245
Decimal 206 204 165
Hex CE CC A5

RGB Percentages of Color #cecca5

%35.83
%35.48
%28.70

CMYK Percentages of Color #cecca5

%0
%1
%20
%19

Triadic Colors of #cecca5

#cecca5 #a5cecc #cca5ce

Analogous Colors of #cecca5

#cecca5 #bccea5 #ceb8a5

Monochromatic Colors of #cecca5

#cecca5

Complementary Color

#cecca5 #a5a7ce

#cecca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecca5 Color CSS Codes

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

#cecca5 Text Font Color

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

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


#cecca5 Background Color

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

This div background color is #cecca5


#cecca5 Border Color

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

This div border color is #cecca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecca5


Comments

No comments written yet.

Please login to write comment.