Color Hex Logo

#b8cc0a Color Hex

#B8CC0A
(184,204,10)
0 Favorites   0 Comments

Color spaces of #b8cc0a

RGB 18420410
HSL0.180.910.42
HSV66°95°80°
CMYK 0.100.000.95   0.20
XYZ41.414853.39808.4112
Yxy53.39800.40120.5173
Hunter Lab73.0739-26.714244.3272
CIE-Lab78.1094-26.583077.0792

#b8cc0a color RGB value is (184,204,10).

#b8cc0a hex color red value is 184, green value is 204 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b8cc0a hue: 0.18 , saturation: 0.91 and the lightness value of b8cc0a is 0.42.

The process color (four color CMYK) of #b8cc0a color hex is 0.10, 0.00, 0.95, 0.20. Web safe color of #b8cc0a is #cccc00. Color #b8cc0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001100 00001010
Octal 270 314 12
Decimal 184 204 10
Hex B8 CC A

RGB Percentages of Color #b8cc0a

%46.23
%51.26
%2.51

CMYK Percentages of Color #b8cc0a

%10
%0
%95
%20

Triadic Colors of #b8cc0a

#b8cc0a #0ab8cc #cc0ab8

Analogous Colors of #b8cc0a

#b8cc0a #57cc0a #cc7f0a

Monochromatic Colors of #b8cc0a

#b8cc0a

Complementary Color

#b8cc0a #1e0acc

#b8cc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cc0a Color CSS Codes

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

#b8cc0a Text Font Color

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

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


#b8cc0a Background Color

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

This div background color is #b8cc0a


#b8cc0a Border Color

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

This div border color is #b8cc0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,204,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8cc0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8cc0a;
  -webkit-box-shadow: 1px 1px 3px 2px #b8cc0a;
  box-shadow:         1px 1px 3px 2px #b8cc0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cc0a


Comments

No comments written yet.

Please login to write comment.