Color Hex Logo

#cfbb3c Color Hex

#CFBB3C
(207,187,60)
0 Favorites   0 Comments

Color spaces of #cfbb3c

RGB 20718760
HSL0.140.600.52
HSV52°71°81°
CMYK 0.000.100.71   0.19
XYZ44.318149.132311.4226
Yxy49.13230.42260.4685
Hunter Lab70.0944-9.806439.4042
CIE-Lab75.5336-6.821863.4904

#cfbb3c color RGB value is (207,187,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 00111100
Octal 317 273 74
Decimal 207 187 60
Hex CF BB 3C

RGB Percentages of Color #cfbb3c

%45.59
%41.19
%13.22

CMYK Percentages of Color #cfbb3c

%0
%10
%71
%19

Triadic Colors of #cfbb3c

#cfbb3c #3ccfbb #bb3ccf

Analogous Colors of #cfbb3c

#cfbb3c #9acf3c #cf723c

Monochromatic Colors of #cfbb3c

#cfbb3c

Complementary Color

#cfbb3c #3c50cf

#cfbb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb3c Color CSS Codes

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

#cfbb3c Text Font Color

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

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


#cfbb3c Background Color

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

This div background color is #cfbb3c


#cfbb3c Border Color

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

This div border color is #cfbb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb3c


Comments

No comments written yet.

Please login to write comment.