Color Hex Logo

#bbdf68 Color Hex

#BBDF68
(187,223,104)
0 Favorites   0 Comments

Color spaces of #bbdf68

RGB 187223104
HSL0.220.650.64
HSV78°53°87°
CMYK 0.160.000.53   0.13
XYZ49.379964.339622.9129
Yxy64.33960.36140.4709
Hunter Lab80.2120-30.483239.2119
CIE-Lab84.1423-29.696053.6984

#bbdf68 color RGB value is (187,223,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 01101000
Octal 273 337 150
Decimal 187 223 104
Hex BB DF 68

RGB Percentages of Color #bbdf68

%36.38
%43.39
%20.23

CMYK Percentages of Color #bbdf68

%16
%0
%53
%13

Triadic Colors of #bbdf68

#bbdf68 #68bbdf #df68bb

Analogous Colors of #bbdf68

#bbdf68 #80df68 #dfc868

Monochromatic Colors of #bbdf68

#bbdf68

Complementary Color

#bbdf68 #8c68df

#bbdf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf68 Color CSS Codes

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

#bbdf68 Text Font Color

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

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


#bbdf68 Background Color

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

This div background color is #bbdf68


#bbdf68 Border Color

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

This div border color is #bbdf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf68


Comments

No comments written yet.

Please login to write comment.