Color Hex Logo

#cfba04 Color Hex

#CFBA04
(207,186,4)
0 Favorites   0 Comments

Color spaces of #cfba04

RGB 2071864
HSL0.150.960.41
HSV54°98°81°
CMYK 0.000.100.98   0.19
XYZ43.312948.39207.1726
Yxy48.39200.43800.4894
Hunter Lab69.5644-10.598142.5818
CIE-Lab75.0715-7.783976.2463

#cfba04 color RGB value is (207,186,4).

#cfba04 hex color red value is 207, green value is 186 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cfba04 hue: 0.15 , saturation: 0.96 and the lightness value of cfba04 is 0.41.

The process color (four color CMYK) of #cfba04 color hex is 0.00, 0.10, 0.98, 0.19. Web safe color of #cfba04 is #cccc00. Color #cfba04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 00000100
Octal 317 272 4
Decimal 207 186 4
Hex CF BA 4

RGB Percentages of Color #cfba04

%52.14
%46.85
%1.01

CMYK Percentages of Color #cfba04

%0
%10
%98
%19

Triadic Colors of #cfba04

#cfba04 #04cfba #ba04cf

Analogous Colors of #cfba04

#cfba04 #7fcf04 #cf5404

Monochromatic Colors of #cfba04

#cfba04

Complementary Color

#cfba04 #0419cf

#cfba04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfba04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfba04 Color CSS Codes

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

#cfba04 Text Font Color

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

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


#cfba04 Background Color

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

This div background color is #cfba04


#cfba04 Border Color

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

This div border color is #cfba04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfba04


Comments

No comments written yet.

Please login to write comment.