Color Hex Logo

#c98401 Color Hex

#C98401
(201,132,1)
0 Favorites   0 Comments

Color spaces of #c98401

RGB 2011321
HSL0.110.990.40
HSV39°100°79°
CMYK 0.000.341.00   0.21
XYZ32.344128.92223.9065
Yxy28.92220.49630.4438
Hunter Lab53.779413.240033.3388
CIE-Lab60.712918.418766.2998

#c98401 color RGB value is (201,132,1).

#c98401 hex color red value is 201, green value is 132 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c98401 hue: 0.11 , saturation: 0.99 and the lightness value of c98401 is 0.40.

The process color (four color CMYK) of #c98401 color hex is 0.00, 0.34, 1.00, 0.21. Web safe color of #c98401 is #cc9900. Color #c98401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000100 00000001
Octal 311 204 1
Decimal 201 132 1
Hex C9 84 1

RGB Percentages of Color #c98401

%60.18
%39.52
%0.30

CMYK Percentages of Color #c98401

%0
%34
%100
%21

Triadic Colors of #c98401

#c98401 #01c984 #8401c9

Analogous Colors of #c98401

#c98401 #aac901 #c92001

Monochromatic Colors of #c98401

#c98401

Complementary Color

#c98401 #0146c9

#c98401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98401 Color CSS Codes

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

#c98401 Text Font Color

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

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


#c98401 Background Color

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

This div background color is #c98401


#c98401 Border Color

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

This div border color is #c98401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98401


Comments

No comments written yet.

Please login to write comment.