Color Hex Logo

#ccceca Color Hex

#CCCECA
(204,206,202)
0 Favorites   0 Comments

Color spaces of #ccceca

RGB 204206202
HSL0.250.040.80
HSV90°81°
CMYK 0.010.000.02   0.19
XYZ57.633861.244364.6608
Yxy61.24430.31400.3337
Hunter Lab78.2587-5.49615.7931
CIE-Lab82.5099-1.40781.7359

#ccceca color RGB value is (204,206,202).

#ccceca hex color red value is 204, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ccceca hue: 0.25 , saturation: 0.04 and the lightness value of ccceca is 0.80.

The process color (four color CMYK) of #ccceca color hex is 0.01, 0.00, 0.02, 0.19. Web safe color of #ccceca is #cccccc. Color #ccceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11001010
Octal 314 316 312
Decimal 204 206 202
Hex CC CE CA

RGB Percentages of Color #ccceca

%33.33
%33.66
%33.01

CMYK Percentages of Color #ccceca

%1
%0
%2
%19

Triadic Colors of #ccceca

#ccceca #caccce #cecacc

Analogous Colors of #ccceca

#ccceca #caceca #cececa

Monochromatic Colors of #ccceca

#ccceca

Complementary Color

#ccceca #cccace

#ccceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccceca Color CSS Codes

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

#ccceca Text Font Color

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

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


#ccceca Background Color

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

This div background color is #ccceca


#ccceca Border Color

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

This div border color is #ccceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccceca


Comments

No comments written yet.

Please login to write comment.