Color Hex Logo

#cfaf15 Color Hex

#CFAF15
(207,175,21)
0 Favorites   0 Comments

Color spaces of #cfaf15

RGB 20717521
HSL0.140.820.45
HSV50°90°81°
CMYK 0.000.150.90   0.19
XYZ41.197543.97957.0270
Yxy43.97950.44680.4770
Hunter Lab66.3170-5.167040.1395
CIE-Lab72.2148-1.839371.8713

#cfaf15 color RGB value is (207,175,21).

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

The process color (four color CMYK) of #cfaf15 color hex is 0.00, 0.15, 0.90, 0.19. Web safe color of #cfaf15 is #cc9900. Color #cfaf15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 00010101
Octal 317 257 25
Decimal 207 175 21
Hex CF AF 15

RGB Percentages of Color #cfaf15

%51.36
%43.42
%5.21

CMYK Percentages of Color #cfaf15

%0
%15
%90
%19

Triadic Colors of #cfaf15

#cfaf15 #15cfaf #af15cf

Analogous Colors of #cfaf15

#cfaf15 #92cf15 #cf5215

Monochromatic Colors of #cfaf15

#cfaf15

Complementary Color

#cfaf15 #1535cf

#cfaf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf15 Color CSS Codes

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

#cfaf15 Text Font Color

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

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


#cfaf15 Background Color

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

This div background color is #cfaf15


#cfaf15 Border Color

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

This div border color is #cfaf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf15


Comments

No comments written yet.

Please login to write comment.