Color Hex Logo

#cfbc20 Color Hex

#CFBC20
(207,188,32)
0 Favorites   0 Comments

Color spaces of #cfbc20

RGB 20718832
HSL0.150.730.47
HSV53°85°81°
CMYK 0.000.090.85   0.19
XYZ43.976149.33618.5715
Yxy49.33610.43160.4842
Hunter Lab70.2397-11.163041.9325
CIE-Lab75.6599-8.366472.3183

#cfbc20 color RGB value is (207,188,32).

#cfbc20 hex color red value is 207, green value is 188 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cfbc20 hue: 0.15 , saturation: 0.73 and the lightness value of cfbc20 is 0.47.

The process color (four color CMYK) of #cfbc20 color hex is 0.00, 0.09, 0.85, 0.19. Web safe color of #cfbc20 is #cccc33. Color #cfbc20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 00100000
Octal 317 274 40
Decimal 207 188 32
Hex CF BC 20

RGB Percentages of Color #cfbc20

%48.48
%44.03
%7.49

CMYK Percentages of Color #cfbc20

%0
%9
%85
%19

Triadic Colors of #cfbc20

#cfbc20 #20cfbc #bc20cf

Analogous Colors of #cfbc20

#cfbc20 #8bcf20 #cf6520

Monochromatic Colors of #cfbc20

#cfbc20

Complementary Color

#cfbc20 #2033cf

#cfbc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc20 Color CSS Codes

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

#cfbc20 Text Font Color

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

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


#cfbc20 Background Color

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

This div background color is #cfbc20


#cfbc20 Border Color

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

This div border color is #cfbc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc20


Comments

No comments written yet.

Please login to write comment.