Color Hex Logo

#c6cfa5 Color Hex

#C6CFA5
(198,207,165)
0 Favorites   0 Comments

Color spaces of #c6cfa5

RGB 198207165
HSL0.200.300.73
HSV73°20°81°
CMYK 0.040.000.20   0.19
XYZ52.393159.348044.2912
Yxy59.34800.33580.3804
Hunter Lab77.0377-13.418519.8388
CIE-Lab81.4825-10.216519.8843

#c6cfa5 color RGB value is (198,207,165).

#c6cfa5 hex color red value is 198, green value is 207 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #c6cfa5 hue: 0.20 , saturation: 0.30 and the lightness value of c6cfa5 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 10100101
Octal 306 317 245
Decimal 198 207 165
Hex C6 CF A5

RGB Percentages of Color #c6cfa5

%34.74
%36.32
%28.95

CMYK Percentages of Color #c6cfa5

%4
%0
%20
%19

Triadic Colors of #c6cfa5

#c6cfa5 #a5c6cf #cfa5c6

Analogous Colors of #c6cfa5

#c6cfa5 #b1cfa5 #cfc3a5

Monochromatic Colors of #c6cfa5

#c6cfa5

Complementary Color

#c6cfa5 #aea5cf

#c6cfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cfa5 Color CSS Codes

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

#c6cfa5 Text Font Color

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

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


#c6cfa5 Background Color

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

This div background color is #c6cfa5


#c6cfa5 Border Color

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

This div border color is #c6cfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cfa5


Comments

No comments written yet.

Please login to write comment.