color codes Logo

#cfab0f color codes

#CFAB0F
(207,171,15)
0 Favorites   0 Comments

Color spaces of #cfab0f

RGB 20717115
HSL0.140.860.44
HSV49°93°81°
CMYK 0.000.170.93   0.19
XYZ40.381342.42576.5126
Yxy42.42570.45210.4750
Hunter Lab65.1350-3.322939.6663
CIE-Lab71.16340.176872.0659

#cfab0f color RGB value is (207,171,15).

#cfab0f hex color red value is 207, green value is 171 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cfab0f hue: 0.14 , saturation: 0.86 and the lightness value of cfab0f is 0.44.

The process color (four color CMYK) of #cfab0f color code is 0.00, 0.17, 0.93, 0.19. Web safe color of #cfab0f is #cc9900. Color #cfab0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 00001111
Octal 317 253 17
Decimal 207 171 15
Hex CF AB F

RGB Percentages of Color #cfab0f

%52.67
%43.51
%3.82

CMYK Percentages of Color #cfab0f

%0
%17
%93
%19

Triadic Colors of #cfab0f

#cfab0f #0fcfab #ab0fcf

Analogous Colors of #cfab0f

#cfab0f #93cf0f #cf4b0f

Monochromatic Colors of #cfab0f

#cfab0f

Complementary Color

#cfab0f #0f33cf

#cfab0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab0f Color CSS Codes

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

#cfab0f Text Font Color

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

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


#cfab0f Background Color

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

This div background color is #cfab0f


#cfab0f Border Color

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

This div border color is #cfab0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab0f


Comments

No comments written yet.

Please login to write comment.