Color Hex Logo

#cfb93c Color Hex

#CFB93C
(207,185,60)
0 Favorites   0 Comments

Color spaces of #cfb93c

RGB 20718560
HSL0.140.600.52
HSV51°71°81°
CMYK 0.000.110.71   0.19
XYZ43.896748.289611.2822
Yxy48.28960.42430.4667
Hunter Lab69.4907-8.851839.0174
CIE-Lab75.0072-5.785962.9710

#cfb93c color RGB value is (207,185,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 00111100
Octal 317 271 74
Decimal 207 185 60
Hex CF B9 3C

RGB Percentages of Color #cfb93c

%45.80
%40.93
%13.27

CMYK Percentages of Color #cfb93c

%0
%11
%71
%19

Triadic Colors of #cfb93c

#cfb93c #3ccfb9 #b93ccf

Analogous Colors of #cfb93c

#cfb93c #9ccf3c #cf703c

Monochromatic Colors of #cfb93c

#cfb93c

Complementary Color

#cfb93c #3c52cf

#cfb93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb93c Color CSS Codes

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

#cfb93c Text Font Color

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

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


#cfb93c Background Color

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

This div background color is #cfb93c


#cfb93c Border Color

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

This div border color is #cfb93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb93c


Comments

No comments written yet.

Please login to write comment.