Color Hex Logo

#bbda38 Color Hex

#BBDA38
(187,218,56)
0 Favorites   0 Comments

Color spaces of #bbda38

RGB 18721856
HSL0.200.690.54
HSV71°74°85°
CMYK 0.140.000.74   0.15
XYZ46.278760.993113.0751
Yxy60.99310.38450.5068
Hunter Lab78.0981-30.897644.7424
CIE-Lab82.3750-30.675770.9406

#bbda38 color RGB value is (187,218,56).

#bbda38 hex color red value is 187, green value is 218 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bbda38 hue: 0.20 , saturation: 0.69 and the lightness value of bbda38 is 0.54.

The process color (four color CMYK) of #bbda38 color hex is 0.14, 0.00, 0.74, 0.15. Web safe color of #bbda38 is #cccc33. Color #bbda38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 00111000
Octal 273 332 70
Decimal 187 218 56
Hex BB DA 38

RGB Percentages of Color #bbda38

%40.56
%47.29
%12.15

CMYK Percentages of Color #bbda38

%14
%0
%74
%15

Triadic Colors of #bbda38

#bbda38 #38bbda #da38bb

Analogous Colors of #bbda38

#bbda38 #6ada38 #daa838

Monochromatic Colors of #bbda38

#bbda38

Complementary Color

#bbda38 #5738da

#bbda38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda38 Color CSS Codes

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

#bbda38 Text Font Color

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

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


#bbda38 Background Color

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

This div background color is #bbda38


#bbda38 Border Color

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

This div border color is #bbda38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda38


Comments

No comments written yet.

Please login to write comment.