Color Hex Logo

#bbd054 Color Hex

#BBD054
(187,208,84)
0 Favorites   0 Comments

Color spaces of #bbd054

RGB 18720884
HSL0.190.570.57
HSV70°60°82°
CMYK 0.100.000.60   0.18
XYZ44.649656.316616.9044
Yxy56.31660.37880.4778
Hunter Lab75.0444-25.124539.1755
CIE-Lab79.7937-24.220057.6694

#bbd054 color RGB value is (187,208,84).

#bbd054 hex color red value is 187, green value is 208 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bbd054 hue: 0.19 , saturation: 0.57 and the lightness value of bbd054 is 0.57.

The process color (four color CMYK) of #bbd054 color hex is 0.10, 0.00, 0.60, 0.18. Web safe color of #bbd054 is #cccc66. Color #bbd054 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 01010100
Octal 273 320 124
Decimal 187 208 84
Hex BB D0 54

RGB Percentages of Color #bbd054

%39.04
%43.42
%17.54

CMYK Percentages of Color #bbd054

%10
%0
%60
%18

Triadic Colors of #bbd054

#bbd054 #54bbd0 #d054bb

Analogous Colors of #bbd054

#bbd054 #7dd054 #d0a754

Monochromatic Colors of #bbd054

#bbd054

Complementary Color

#bbd054 #6954d0

#bbd054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd054 Color CSS Codes

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

#bbd054 Text Font Color

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

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


#bbd054 Background Color

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

This div background color is #bbd054


#bbd054 Border Color

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

This div border color is #bbd054


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,208,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 #bbd054">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd054


Comments

No comments written yet.

Please login to write comment.