Color Hex Logo

#cfc750 Color Hex

#CFC750
(207,199,80)
0 Favorites   0 Comments

Color spaces of #cfc750

RGB 20719980
HSL0.160.570.56
HSV56°61°81°
CMYK 0.000.040.61   0.19
XYZ47.603554.691415.6369
Yxy54.69140.40370.4638
Hunter Lab73.9536-14.519539.2312
CIE-Lab78.8632-11.820258.8218

#cfc750 color RGB value is (207,199,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01010000
Octal 317 307 120
Decimal 207 199 80
Hex CF C7 50

RGB Percentages of Color #cfc750

%42.59
%40.95
%16.46

CMYK Percentages of Color #cfc750

%0
%4
%61
%19

Triadic Colors of #cfc750

#cfc750 #50cfc7 #c750cf

Analogous Colors of #cfc750

#cfc750 #98cf50 #cf8850

Monochromatic Colors of #cfc750

#cfc750

Complementary Color

#cfc750 #5058cf

#cfc750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc750 Color CSS Codes

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

#cfc750 Text Font Color

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

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


#cfc750 Background Color

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

This div background color is #cfc750


#cfc750 Border Color

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

This div border color is #cfc750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc750


Comments

No comments written yet.

Please login to write comment.