Color Hex Logo

#c6ab26 Color Hex

#C6AB26
(198,171,38)
0 Favorites   0 Comments

Color spaces of #c6ab26

RGB 19817138
HSL0.140.680.46
HSV50°81°78°
CMYK 0.000.140.81   0.22
XYZ38.201541.27157.7865
Yxy41.27150.43780.4730
Hunter Lab64.2429-6.281537.7838
CIE-Lab70.3657-3.273765.8913

#c6ab26 color RGB value is (198,171,38).

#c6ab26 hex color red value is 198, green value is 171 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #c6ab26 hue: 0.14 , saturation: 0.68 and the lightness value of c6ab26 is 0.46.

The process color (four color CMYK) of #c6ab26 color hex is 0.00, 0.14, 0.81, 0.22. Web safe color of #c6ab26 is #cc9933. Color #c6ab26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101011 00100110
Octal 306 253 46
Decimal 198 171 38
Hex C6 AB 26

RGB Percentages of Color #c6ab26

%48.65
%42.01
%9.34

CMYK Percentages of Color #c6ab26

%0
%14
%81
%22

Triadic Colors of #c6ab26

#c6ab26 #26c6ab #ab26c6

Analogous Colors of #c6ab26

#c6ab26 #91c626 #c65b26

Monochromatic Colors of #c6ab26

#c6ab26

Complementary Color

#c6ab26 #2641c6

#c6ab26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ab26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ab26 Color CSS Codes

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

#c6ab26 Text Font Color

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

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


#c6ab26 Background Color

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

This div background color is #c6ab26


#c6ab26 Border Color

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

This div border color is #c6ab26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ab26


Comments

No comments written yet.

Please login to write comment.