Color Hex Logo

#bbda67 Color Hex

#BBDA67
(187,218,103)
0 Favorites   0 Comments

Color spaces of #bbda67

RGB 187218103
HSL0.210.610.63
HSV76°53°85°
CMYK 0.140.000.53   0.15
XYZ48.013161.686922.2082
Yxy61.68690.36400.4677
Hunter Lab78.5410-28.327538.2139
CIE-Lab82.7466-27.423652.5245

#bbda67 color RGB value is (187,218,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 01100111
Octal 273 332 147
Decimal 187 218 103
Hex BB DA 67

RGB Percentages of Color #bbda67

%36.81
%42.91
%20.28

CMYK Percentages of Color #bbda67

%14
%0
%53
%15

Triadic Colors of #bbda67

#bbda67 #67bbda #da67bb

Analogous Colors of #bbda67

#bbda67 #82da67 #dac067

Monochromatic Colors of #bbda67

#bbda67

Complementary Color

#bbda67 #8667da

#bbda67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda67 Color CSS Codes

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

#bbda67 Text Font Color

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

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


#bbda67 Background Color

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

This div background color is #bbda67


#bbda67 Border Color

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

This div border color is #bbda67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda67


Comments

No comments written yet.

Please login to write comment.