Color Hex Logo

#b5cc0a Color Hex

#B5CC0A
(181,204,10)
0 Favorites   0 Comments

Color spaces of #b5cc0a

RGB 18120410
HSL0.190.910.42
HSV67°95°80°
CMYK 0.110.000.95   0.20
XYZ40.703753.03148.3779
Yxy53.03140.39860.5193
Hunter Lab72.8227-27.668444.1548
CIE-Lab77.8935-27.834676.8196

#b5cc0a color RGB value is (181,204,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 00001010
Octal 265 314 12
Decimal 181 204 10
Hex B5 CC A

RGB Percentages of Color #b5cc0a

%45.82
%51.65
%2.53

CMYK Percentages of Color #b5cc0a

%11
%0
%95
%20

Triadic Colors of #b5cc0a

#b5cc0a #0ab5cc #cc0ab5

Analogous Colors of #b5cc0a

#b5cc0a #54cc0a #cc820a

Monochromatic Colors of #b5cc0a

#b5cc0a

Complementary Color

#b5cc0a #210acc

#b5cc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cc0a Color CSS Codes

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

#b5cc0a Text Font Color

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

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


#b5cc0a Background Color

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

This div background color is #b5cc0a


#b5cc0a Border Color

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

This div border color is #b5cc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cc0a


Comments

No comments written yet.

Please login to write comment.