Color Hex Logo

#c7ceba Color Hex

#C7CEBA
(199,206,186)
0 Favorites   0 Comments

Color spaces of #c7ceba

RGB 199206186
HSL0.230.170.77
HSV81°10°81°
CMYK 0.030.000.10   0.19
XYZ54.487459.829955.1309
Yxy59.82990.32160.3531
Hunter Lab77.3498-9.621611.8860
CIE-Lab81.7456-5.95959.1196

#c7ceba color RGB value is (199,206,186).

#c7ceba hex color red value is 199, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c7ceba hue: 0.23 , saturation: 0.17 and the lightness value of c7ceba is 0.77.

The process color (four color CMYK) of #c7ceba color hex is 0.03, 0.00, 0.10, 0.19. Web safe color of #c7ceba is #cccccc. Color #c7ceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001110 10111010
Octal 307 316 272
Decimal 199 206 186
Hex C7 CE BA

RGB Percentages of Color #c7ceba

%33.67
%34.86
%31.47

CMYK Percentages of Color #c7ceba

%3
%0
%10
%19

Triadic Colors of #c7ceba

#c7ceba #bac7ce #cebac7

Analogous Colors of #c7ceba

#c7ceba #bdceba #cecbba

Monochromatic Colors of #c7ceba

#c7ceba

Complementary Color

#c7ceba #c1bace

#c7ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ceba Color CSS Codes

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

#c7ceba Text Font Color

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

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


#c7ceba Background Color

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

This div background color is #c7ceba


#c7ceba Border Color

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

This div border color is #c7ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ceba


Comments

No comments written yet.

Please login to write comment.