Color Hex Logo

#cf991a Color Hex

#CF991A
(207,153,26)
0 Favorites   0 Comments

Color spaces of #cf991a

RGB 20715326
HSL0.120.780.46
HSV42°87°81°
CMYK 0.000.260.87   0.19
XYZ37.309836.12245.9832
Yxy36.12240.46980.4549
Hunter Lab60.10195.630136.1690
CIE-Lab66.613310.006766.4005

#cf991a color RGB value is (207,153,26).

#cf991a hex color red value is 207, green value is 153 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cf991a hue: 0.12 , saturation: 0.78 and the lightness value of cf991a is 0.46.

The process color (four color CMYK) of #cf991a color hex is 0.00, 0.26, 0.87, 0.19. Web safe color of #cf991a is #cc9933. Color #cf991a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 00011010
Octal 317 231 32
Decimal 207 153 26
Hex CF 99 1A

RGB Percentages of Color #cf991a

%53.63
%39.64
%6.74

CMYK Percentages of Color #cf991a

%0
%26
%87
%19

Triadic Colors of #cf991a

#cf991a #1acf99 #991acf

Analogous Colors of #cf991a

#cf991a #abcf1a #cf3f1a

Monochromatic Colors of #cf991a

#cf991a

Complementary Color

#cf991a #1a50cf

#cf991a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf991a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf991a Color CSS Codes

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

#cf991a Text Font Color

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

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


#cf991a Background Color

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

This div background color is #cf991a


#cf991a Border Color

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

This div border color is #cf991a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf991a


Comments

No comments written yet.

Please login to write comment.