Color Hex Logo

#cf990a Color Hex

#CF990A
(207,153,10)
0 Favorites   0 Comments

Color spaces of #cf990a

RGB 20715310
HSL0.120.910.43
HSV44°95°81°
CMYK 0.000.260.95   0.19
XYZ37.178136.06985.2898
Yxy36.06980.47340.4593
Hunter Lab60.05815.396036.8186
CIE-Lab66.57329.748469.3900

#cf990a color RGB value is (207,153,10).

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

The process color (four color CMYK) of #cf990a color hex is 0.00, 0.26, 0.95, 0.19. Web safe color of #cf990a is #cc9900. Color #cf990a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 00001010
Octal 317 231 12
Decimal 207 153 10
Hex CF 99 A

RGB Percentages of Color #cf990a

%55.95
%41.35
%2.70

CMYK Percentages of Color #cf990a

%0
%26
%95
%19

Triadic Colors of #cf990a

#cf990a #0acf99 #990acf

Analogous Colors of #cf990a

#cf990a #a3cf0a #cf370a

Monochromatic Colors of #cf990a

#cf990a

Complementary Color

#cf990a #0a40cf

#cf990a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf990a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf990a Color CSS Codes

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

#cf990a Text Font Color

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

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


#cf990a Background Color

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

This div background color is #cf990a


#cf990a Border Color

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

This div border color is #cf990a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf990a


Comments

No comments written yet.

Please login to write comment.