Color Hex Logo

#bbdc74 Color Hex

#BBDC74
(187,220,116)
0 Favorites   0 Comments

Color spaces of #bbdc74

RGB 187220116
HSL0.220.600.66
HSV79°47°86°
CMYK 0.150.000.47   0.14
XYZ49.239163.012126.0904
Yxy63.01210.35590.4555
Hunter Lab79.3802-28.192736.0789
CIE-Lab83.4487-27.089047.2399

#bbdc74 color RGB value is (187,220,116).

#bbdc74 hex color red value is 187, green value is 220 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bbdc74 hue: 0.22 , saturation: 0.60 and the lightness value of bbdc74 is 0.66.

The process color (four color CMYK) of #bbdc74 color hex is 0.15, 0.00, 0.47, 0.14. Web safe color of #bbdc74 is #cccc66. Color #bbdc74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01110100
Octal 273 334 164
Decimal 187 220 116
Hex BB DC 74

RGB Percentages of Color #bbdc74

%35.76
%42.07
%22.18

CMYK Percentages of Color #bbdc74

%15
%0
%47
%14

Triadic Colors of #bbdc74

#bbdc74 #74bbdc #dc74bb

Analogous Colors of #bbdc74

#bbdc74 #87dc74 #dcc974

Monochromatic Colors of #bbdc74

#bbdc74

Complementary Color

#bbdc74 #9574dc

#bbdc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc74 Color CSS Codes

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

#bbdc74 Text Font Color

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

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


#bbdc74 Background Color

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

This div background color is #bbdc74


#bbdc74 Border Color

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

This div border color is #bbdc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc74


Comments

No comments written yet.

Please login to write comment.