Color Hex Logo

#cfc015 Color Hex

#CFC015
(207,192,21)
0 Favorites   0 Comments

Color spaces of #cfc015

RGB 20719221
HSL0.150.820.45
HSV55°90°81°
CMYK 0.000.070.90   0.19
XYZ44.717151.01888.2002
Yxy51.01880.43020.4909
Hunter Lab71.4274-13.248243.1924
CIE-Lab76.6904-10.648075.3510

#cfc015 color RGB value is (207,192,21).

#cfc015 hex color red value is 207, green value is 192 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cfc015 hue: 0.15 , saturation: 0.82 and the lightness value of cfc015 is 0.45.

The process color (four color CMYK) of #cfc015 color hex is 0.00, 0.07, 0.90, 0.19. Web safe color of #cfc015 is #cccc00. Color #cfc015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000000 00010101
Octal 317 300 25
Decimal 207 192 21
Hex CF C0 15

RGB Percentages of Color #cfc015

%49.29
%45.71
%5.00

CMYK Percentages of Color #cfc015

%0
%7
%90
%19

Triadic Colors of #cfc015

#cfc015 #15cfc0 #c015cf

Analogous Colors of #cfc015

#cfc015 #81cf15 #cf6315

Monochromatic Colors of #cfc015

#cfc015

Complementary Color

#cfc015 #1524cf

#cfc015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc015 Color CSS Codes

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

#cfc015 Text Font Color

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

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


#cfc015 Background Color

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

This div background color is #cfc015


#cfc015 Border Color

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

This div border color is #cfc015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc015


Comments

No comments written yet.

Please login to write comment.