Color Hex Logo

#cfc450 Color Hex

#CFC450
(207,196,80)
0 Favorites   0 Comments

Color spaces of #cfc450

RGB 20719680
HSL0.150.570.56
HSV55°61°81°
CMYK 0.000.050.61   0.19
XYZ46.920053.324415.4091
Yxy53.32440.40570.4611
Hunter Lab73.0236-13.099238.6054
CIE-Lab78.0661-10.294357.9587

#cfc450 color RGB value is (207,196,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 01010000
Octal 317 304 120
Decimal 207 196 80
Hex CF C4 50

RGB Percentages of Color #cfc450

%42.86
%40.58
%16.56

CMYK Percentages of Color #cfc450

%0
%5
%61
%19

Triadic Colors of #cfc450

#cfc450 #50cfc4 #c450cf

Analogous Colors of #cfc450

#cfc450 #9bcf50 #cf8550

Monochromatic Colors of #cfc450

#cfc450

Complementary Color

#cfc450 #505bcf

#cfc450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc450 Color CSS Codes

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

#cfc450 Text Font Color

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

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


#cfc450 Background Color

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

This div background color is #cfc450


#cfc450 Border Color

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

This div border color is #cfc450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,196,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 #cfc450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc450


Comments

No comments written yet.

Please login to write comment.