Color Hex Logo

#cfbb06 Color Hex

#CFBB06
(207,187,6)
0 Favorites   0 Comments

Color spaces of #cfbb06

RGB 2071876
HSL0.150.940.42
HSV54°97°81°
CMYK 0.000.100.97   0.19
XYZ43.535348.81927.3008
Yxy48.81920.43690.4899
Hunter Lab69.8707-11.053442.7143
CIE-Lab75.3387-8.278376.2286

#cfbb06 color RGB value is (207,187,6).

#cfbb06 hex color red value is 207, green value is 187 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cfbb06 hue: 0.15 , saturation: 0.94 and the lightness value of cfbb06 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 00000110
Octal 317 273 6
Decimal 207 187 6
Hex CF BB 6

RGB Percentages of Color #cfbb06

%51.75
%46.75
%1.50

CMYK Percentages of Color #cfbb06

%0
%10
%97
%19

Triadic Colors of #cfbb06

#cfbb06 #06cfbb #bb06cf

Analogous Colors of #cfbb06

#cfbb06 #7fcf06 #cf5706

Monochromatic Colors of #cfbb06

#cfbb06

Complementary Color

#cfbb06 #061acf

#cfbb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb06 Color CSS Codes

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

#cfbb06 Text Font Color

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

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


#cfbb06 Background Color

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

This div background color is #cfbb06


#cfbb06 Border Color

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

This div border color is #cfbb06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb06


Comments

No comments written yet.

Please login to write comment.