Color Hex Logo

#c4ceca Color Hex

#C4CECA
(196,206,202)
0 Favorites   0 Comments

Color spaces of #c4ceca

RGB 196206202
HSL0.430.090.79
HSV156°81°
CMYK 0.050.000.02   0.19
XYZ55.496960.142664.5608
Yxy60.14260.30800.3338
Hunter Lab77.5517-7.97874.9280
CIE-Lab81.9156-4.14270.7980

#c4ceca color RGB value is (196,206,202).

#c4ceca hex color red value is 196, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c4ceca hue: 0.43 , saturation: 0.09 and the lightness value of c4ceca is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 11001010
Octal 304 316 312
Decimal 196 206 202
Hex C4 CE CA

RGB Percentages of Color #c4ceca

%32.45
%34.11
%33.44

CMYK Percentages of Color #c4ceca

%5
%0
%2
%19

Triadic Colors of #c4ceca

#c4ceca #cac4ce #cecac4

Analogous Colors of #c4ceca

#c4ceca #c4cdce #c4cec5

Monochromatic Colors of #c4ceca

#c4ceca

Complementary Color

#c4ceca #cec4c8

#c4ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ceca Color CSS Codes

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

#c4ceca Text Font Color

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

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


#c4ceca Background Color

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

This div background color is #c4ceca


#c4ceca Border Color

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

This div border color is #c4ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ceca


Comments

No comments written yet.

Please login to write comment.