Color Hex Logo

#cf9920 Color Hex

#CF9920
(207,153,32)
0 Favorites   0 Comments

Color spaces of #cf9920

RGB 20715332
HSL0.120.730.47
HSV41°85°81°
CMYK 0.000.260.85   0.19
XYZ37.384136.15216.3742
Yxy36.15210.46780.4524
Hunter Lab60.12665.761935.8031
CIE-Lab66.636010.152064.8180

#cf9920 color RGB value is (207,153,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 00100000
Octal 317 231 40
Decimal 207 153 32
Hex CF 99 20

RGB Percentages of Color #cf9920

%52.81
%39.03
%8.16

CMYK Percentages of Color #cf9920

%0
%26
%85
%19

Triadic Colors of #cf9920

#cf9920 #20cf99 #9920cf

Analogous Colors of #cf9920

#cf9920 #aecf20 #cf4220

Monochromatic Colors of #cf9920

#cf9920

Complementary Color

#cf9920 #2056cf

#cf9920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9920 Color CSS Codes

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

#cf9920 Text Font Color

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

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


#cf9920 Background Color

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

This div background color is #cf9920


#cf9920 Border Color

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

This div border color is #cf9920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9920


Comments

No comments written yet.

Please login to write comment.