Color Hex Logo

#bbda54 Color Hex

#BBDA54
(187,218,84)
0 Favorites   0 Comments

Color spaces of #bbda54

RGB 18721884
HSL0.210.640.59
HSV74°61°85°
CMYK 0.140.000.61   0.15
XYZ47.165261.347717.7429
Yxy61.34770.37360.4859
Hunter Lab78.3248-29.580241.3964
CIE-Lab82.5653-29.000160.6994

#bbda54 color RGB value is (187,218,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 01010100
Octal 273 332 124
Decimal 187 218 84
Hex BB DA 54

RGB Percentages of Color #bbda54

%38.24
%44.58
%17.18

CMYK Percentages of Color #bbda54

%14
%0
%61
%15

Triadic Colors of #bbda54

#bbda54 #54bbda #da54bb

Analogous Colors of #bbda54

#bbda54 #78da54 #dab654

Monochromatic Colors of #bbda54

#bbda54

Complementary Color

#bbda54 #7354da

#bbda54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda54 Color CSS Codes

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

#bbda54 Text Font Color

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

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


#bbda54 Background Color

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

This div background color is #bbda54


#bbda54 Border Color

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

This div border color is #bbda54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda54


Comments

No comments written yet.

Please login to write comment.