Color Hex Logo

#bbdc65 Color Hex

#BBDC65
(187,220,101)
0 Favorites   0 Comments

Color spaces of #bbdc65

RGB 187220101
HSL0.210.630.63
HSV77°54°86°
CMYK 0.150.000.54   0.14
XYZ48.435762.690821.8596
Yxy62.69080.36420.4714
Hunter Lab79.1775-29.365939.0553
CIE-Lab83.2794-28.555254.0623

#bbdc65 color RGB value is (187,220,101).

#bbdc65 hex color red value is 187, green value is 220 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bbdc65 hue: 0.21 , saturation: 0.63 and the lightness value of bbdc65 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01100101
Octal 273 334 145
Decimal 187 220 101
Hex BB DC 65

RGB Percentages of Color #bbdc65

%36.81
%43.31
%19.88

CMYK Percentages of Color #bbdc65

%15
%0
%54
%14

Triadic Colors of #bbdc65

#bbdc65 #65bbdc #dc65bb

Analogous Colors of #bbdc65

#bbdc65 #80dc65 #dcc265

Monochromatic Colors of #bbdc65

#bbdc65

Complementary Color

#bbdc65 #8665dc

#bbdc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc65 Color CSS Codes

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

#bbdc65 Text Font Color

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

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


#bbdc65 Background Color

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

This div background color is #bbdc65


#bbdc65 Border Color

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

This div border color is #bbdc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc65


Comments

No comments written yet.

Please login to write comment.