Color Hex Logo

#bbdf74 Color Hex

#BBDF74
(187,223,116)
0 Favorites   0 Comments

Color spaces of #bbdf74

RGB 187223116
HSL0.220.630.66
HSV80°48°87°
CMYK 0.160.000.48   0.13
XYZ50.033664.601126.3552
Yxy64.60110.35490.4582
Hunter Lab80.3748-29.539036.8210
CIE-Lab84.2778-28.514048.2504

#bbdf74 color RGB value is (187,223,116).

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

The process color (four color CMYK) of #bbdf74 color hex is 0.16, 0.00, 0.48, 0.13. Web safe color of #bbdf74 is #cccc66. Color #bbdf74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 01110100
Octal 273 337 164
Decimal 187 223 116
Hex BB DF 74

RGB Percentages of Color #bbdf74

%35.55
%42.40
%22.05

CMYK Percentages of Color #bbdf74

%16
%0
%48
%13

Triadic Colors of #bbdf74

#bbdf74 #74bbdf #df74bb

Analogous Colors of #bbdf74

#bbdf74 #86df74 #dfce74

Monochromatic Colors of #bbdf74

#bbdf74

Complementary Color

#bbdf74 #9874df

#bbdf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf74 Color CSS Codes

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

#bbdf74 Text Font Color

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

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


#bbdf74 Background Color

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

This div background color is #bbdf74


#bbdf74 Border Color

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

This div border color is #bbdf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf74


Comments

No comments written yet.

Please login to write comment.