Color Hex Logo

#bbd235 Color Hex

#BBD235
(187,210,53)
0 Favorites   0 Comments

Color spaces of #bbd235

RGB 18721053
HSL0.190.640.52
HSV69°75°82°
CMYK 0.110.000.75   0.18
XYZ44.182756.915012.0252
Yxy56.91500.39060.5031
Hunter Lab75.4420-27.484943.3588
CIE-Lab80.1318-27.036969.7880

#bbd235 color RGB value is (187,210,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 00110101
Octal 273 322 65
Decimal 187 210 53
Hex BB D2 35

RGB Percentages of Color #bbd235

%41.56
%46.67
%11.78

CMYK Percentages of Color #bbd235

%11
%0
%75
%18

Triadic Colors of #bbd235

#bbd235 #35bbd2 #d235bb

Analogous Colors of #bbd235

#bbd235 #6dd235 #d29b35

Monochromatic Colors of #bbd235

#bbd235

Complementary Color

#bbd235 #4c35d2

#bbd235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd235 Color CSS Codes

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

#bbd235 Text Font Color

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

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


#bbd235 Background Color

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

This div background color is #bbd235


#bbd235 Border Color

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

This div border color is #bbd235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd235


Comments

No comments written yet.

Please login to write comment.