Color Hex Logo

#cfb93f Color Hex

#CFB93F
(207,185,63)
0 Favorites   0 Comments

Color spaces of #cfb93f

RGB 20718563
HSL0.140.600.53
HSV51°70°81°
CMYK 0.000.110.70   0.19
XYZ43.978348.322211.7118
Yxy48.32220.42280.4646
Hunter Lab69.5142-8.721438.6707
CIE-Lab75.0277-5.634861.8288

#cfb93f color RGB value is (207,185,63).

#cfb93f hex color red value is 207, green value is 185 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cfb93f hue: 0.14 , saturation: 0.60 and the lightness value of cfb93f is 0.53.

The process color (four color CMYK) of #cfb93f color hex is 0.00, 0.11, 0.70, 0.19. Web safe color of #cfb93f is #cccc33. Color #cfb93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 00111111
Octal 317 271 77
Decimal 207 185 63
Hex CF B9 3F

RGB Percentages of Color #cfb93f

%45.49
%40.66
%13.85

CMYK Percentages of Color #cfb93f

%0
%11
%70
%19

Triadic Colors of #cfb93f

#cfb93f #3fcfb9 #b93fcf

Analogous Colors of #cfb93f

#cfb93f #9dcf3f #cf713f

Monochromatic Colors of #cfb93f

#cfb93f

Complementary Color

#cfb93f #3f55cf

#cfb93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb93f Color CSS Codes

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

#cfb93f Text Font Color

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

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


#cfb93f Background Color

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

This div background color is #cfb93f


#cfb93f Border Color

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

This div border color is #cfb93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb93f


Comments

No comments written yet.

Please login to write comment.