Color Hex Logo

#cfc950 Color Hex

#CFC950
(207,201,80)
0 Favorites   0 Comments

Color spaces of #cfc950

RGB 20720180
HSL0.160.570.56
HSV57°61°81°
CMYK 0.000.030.61   0.19
XYZ48.066755.617915.7914
Yxy55.61790.40230.4655
Hunter Lab74.5774-15.463539.6498
CIE-Lab79.3959-12.832559.3964

#cfc950 color RGB value is (207,201,80).

#cfc950 hex color red value is 207, green value is 201 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cfc950 hue: 0.16 , saturation: 0.57 and the lightness value of cfc950 is 0.56.

The process color (four color CMYK) of #cfc950 color hex is 0.00, 0.03, 0.61, 0.19. Web safe color of #cfc950 is #cccc66. Color #cfc950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 01010000
Octal 317 311 120
Decimal 207 201 80
Hex CF C9 50

RGB Percentages of Color #cfc950

%42.42
%41.19
%16.39

CMYK Percentages of Color #cfc950

%0
%3
%61
%19

Triadic Colors of #cfc950

#cfc950 #50cfc9 #c950cf

Analogous Colors of #cfc950

#cfc950 #96cf50 #cf8a50

Monochromatic Colors of #cfc950

#cfc950

Complementary Color

#cfc950 #5056cf

#cfc950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc950 Color CSS Codes

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

#cfc950 Text Font Color

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

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


#cfc950 Background Color

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

This div background color is #cfc950


#cfc950 Border Color

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

This div border color is #cfc950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc950


Comments

No comments written yet.

Please login to write comment.