Color Hex Logo

#c6ceab Color Hex

#C6CEAB
(198,206,171)
0 Favorites   0 Comments

Color spaces of #c6ceab

RGB 198206171
HSL0.200.260.74
HSV74°17°81°
CMYK 0.040.000.17   0.19
XYZ52.710759.088747.1552
Yxy59.08870.33160.3717
Hunter Lab76.8692-12.120117.4371
CIE-Lab81.3403-8.777016.5116

#c6ceab color RGB value is (198,206,171).

#c6ceab hex color red value is 198, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c6ceab hue: 0.20 , saturation: 0.26 and the lightness value of c6ceab is 0.74.

The process color (four color CMYK) of #c6ceab color hex is 0.04, 0.00, 0.17, 0.19. Web safe color of #c6ceab is #cccc99. Color #c6ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001110 10101011
Octal 306 316 253
Decimal 198 206 171
Hex C6 CE AB

RGB Percentages of Color #c6ceab

%34.43
%35.83
%29.74

CMYK Percentages of Color #c6ceab

%4
%0
%17
%19

Triadic Colors of #c6ceab

#c6ceab #abc6ce #ceabc6

Analogous Colors of #c6ceab

#c6ceab #b5ceab #cec5ab

Monochromatic Colors of #c6ceab

#c6ceab

Complementary Color

#c6ceab #b3abce

#c6ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ceab Color CSS Codes

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

#c6ceab Text Font Color

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

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


#c6ceab Background Color

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

This div background color is #c6ceab


#c6ceab Border Color

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

This div border color is #c6ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ceab


Comments

No comments written yet.

Please login to write comment.