Color Hex Logo

#c9901e Color Hex

#C9901E
(201,144,30)
0 Favorites   0 Comments

Color spaces of #c9901e

RGB 20114430
HSL0.110.740.45
HSV40°85°79°
CMYK 0.000.280.85   0.21
XYZ34.295032.45785.6857
Yxy32.45780.47340.4481
Hunter Lab56.97177.750233.9632
CIE-Lab63.719512.341362.6927

#c9901e color RGB value is (201,144,30).

#c9901e hex color red value is 201, green value is 144 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c9901e hue: 0.11 , saturation: 0.74 and the lightness value of c9901e is 0.45.

The process color (four color CMYK) of #c9901e color hex is 0.00, 0.28, 0.85, 0.21. Web safe color of #c9901e is #cc9933. Color #c9901e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 00011110
Octal 311 220 36
Decimal 201 144 30
Hex C9 90 1E

RGB Percentages of Color #c9901e

%53.60
%38.40
%8.00

CMYK Percentages of Color #c9901e

%0
%28
%85
%21

Triadic Colors of #c9901e

#c9901e #1ec990 #901ec9

Analogous Colors of #c9901e

#c9901e #adc91e #c93b1e

Monochromatic Colors of #c9901e

#c9901e

Complementary Color

#c9901e #1e57c9

#c9901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9901e Color CSS Codes

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

#c9901e Text Font Color

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

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


#c9901e Background Color

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

This div background color is #c9901e


#c9901e Border Color

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

This div border color is #c9901e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9901e


Comments

No comments written yet.

Please login to write comment.