Color Hex Logo

#bbd035 Color Hex

#BBD035
(187,208,53)
0 Favorites   0 Comments

Color spaces of #bbd035

RGB 18720853
HSL0.190.620.51
HSV68°75°82°
CMYK 0.100.000.75   0.18
XYZ43.692055.933611.8616
Yxy55.93360.39190.5017
Hunter Lab74.7888-26.599742.9487
CIE-Lab79.5760-26.080669.2669

#bbd035 color RGB value is (187,208,53).

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

The process color (four color CMYK) of #bbd035 color hex is 0.10, 0.00, 0.75, 0.18. Web safe color of #bbd035 is #cccc33. Color #bbd035 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00110101
Octal 273 320 65
Decimal 187 208 53
Hex BB D0 35

RGB Percentages of Color #bbd035

%41.74
%46.43
%11.83

CMYK Percentages of Color #bbd035

%10
%0
%75
%18

Triadic Colors of #bbd035

#bbd035 #35bbd0 #d035bb

Analogous Colors of #bbd035

#bbd035 #6ed035 #d09835

Monochromatic Colors of #bbd035

#bbd035

Complementary Color

#bbd035 #4a35d0

#bbd035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd035 Color CSS Codes

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

#bbd035 Text Font Color

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

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


#bbd035 Background Color

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

This div background color is #bbd035


#bbd035 Border Color

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

This div border color is #bbd035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd035


Comments

No comments written yet.

Please login to write comment.