Color Hex Logo

#cfc150 Color Hex

#CFC150
(207,193,80)
0 Favorites   0 Comments

Color spaces of #cfc150

RGB 20719380
HSL0.150.570.56
HSV53°61°81°
CMYK 0.000.070.61   0.19
XYZ46.250151.984515.1858
Yxy51.98450.40780.4583
Hunter Lab72.1003-11.673337.9825
CIE-Lab77.2716-8.759157.0946

#cfc150 color RGB value is (207,193,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 01010000
Octal 317 301 120
Decimal 207 193 80
Hex CF C1 50

RGB Percentages of Color #cfc150

%43.13
%40.21
%16.67

CMYK Percentages of Color #cfc150

%0
%7
%61
%19

Triadic Colors of #cfc150

#cfc150 #50cfc1 #c150cf

Analogous Colors of #cfc150

#cfc150 #9ecf50 #cf8250

Monochromatic Colors of #cfc150

#cfc150

Complementary Color

#cfc150 #505ecf

#cfc150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc150 Color CSS Codes

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

#cfc150 Text Font Color

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

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


#cfc150 Background Color

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

This div background color is #cfc150


#cfc150 Border Color

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

This div border color is #cfc150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc150


Comments

No comments written yet.

Please login to write comment.