Color Hex Logo

#c9c92b Color Hex

#C9C92B
(201,201,43)
0 Favorites   0 Comments

Color spaces of #c9c92b

RGB 20120143
HSL0.170.650.48
HSV60°79°79°
CMYK 0.000.000.79   0.21
XYZ45.410154.365210.3857
Yxy54.36520.41220.4935
Hunter Lab73.7328-19.098843.2616
CIE-Lab78.6742-17.200371.8505

#c9c92b color RGB value is (201,201,43).

#c9c92b hex color red value is 201, green value is 201 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c9c92b hue: 0.17 , saturation: 0.65 and the lightness value of c9c92b is 0.48.

The process color (four color CMYK) of #c9c92b color hex is 0.00, 0.00, 0.79, 0.21. Web safe color of #c9c92b is #cccc33. Color #c9c92b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001001 00101011
Octal 311 311 53
Decimal 201 201 43
Hex C9 C9 2B

RGB Percentages of Color #c9c92b

%45.17
%45.17
%9.66

CMYK Percentages of Color #c9c92b

%0
%0
%79
%21

Triadic Colors of #c9c92b

#c9c92b #2bc9c9 #c92bc9

Analogous Colors of #c9c92b

#c9c92b #7ac92b #c97a2b

Monochromatic Colors of #c9c92b

#c9c92b

Complementary Color

#c9c92b #2b2bc9

#c9c92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9c92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9c92b Color CSS Codes

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

#c9c92b Text Font Color

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

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


#c9c92b Background Color

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

This div background color is #c9c92b


#c9c92b Border Color

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

This div border color is #c9c92b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,201,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9c92b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9c92b;
  -webkit-box-shadow: 1px 1px 3px 2px #c9c92b;
  box-shadow:         1px 1px 3px 2px #c9c92b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9c92b


Comments

No comments written yet.

Please login to write comment.