Color Hex Logo

#bbd734 Color Hex

#BBD734
(187,215,52)
0 Favorites   0 Comments

Color spaces of #bbd734

RGB 18721552
HSL0.200.670.52
HSV70°76°84°
CMYK 0.130.000.76   0.16
XYZ45.413859.413612.3232
Yxy59.41360.38770.5072
Hunter Lab77.0802-29.722544.4772
CIE-Lab81.5184-29.449271.3926

#bbd734 color RGB value is (187,215,52).

#bbd734 hex color red value is 187, green value is 215 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bbd734 hue: 0.20 , saturation: 0.67 and the lightness value of bbd734 is 0.52.

The process color (four color CMYK) of #bbd734 color hex is 0.13, 0.00, 0.76, 0.16. Web safe color of #bbd734 is #cccc33. Color #bbd734 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 00110100
Octal 273 327 64
Decimal 187 215 52
Hex BB D7 34

RGB Percentages of Color #bbd734

%41.19
%47.36
%11.45

CMYK Percentages of Color #bbd734

%13
%0
%76
%16

Triadic Colors of #bbd734

#bbd734 #34bbd7 #d734bb

Analogous Colors of #bbd734

#bbd734 #6ad734 #d7a234

Monochromatic Colors of #bbd734

#bbd734

Complementary Color

#bbd734 #5034d7

#bbd734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd734 Color CSS Codes

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

#bbd734 Text Font Color

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

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


#bbd734 Background Color

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

This div background color is #bbd734


#bbd734 Border Color

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

This div border color is #bbd734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd734


Comments

No comments written yet.

Please login to write comment.