Color Hex Logo

#bbd745 Color Hex

#BBD745
(187,215,69)
0 Favorites   0 Comments

Color spaces of #bbd745

RGB 18721569
HSL0.200.650.56
HSV72°68°84°
CMYK 0.130.000.68   0.16
XYZ45.868159.595314.7158
Yxy59.59530.38170.4959
Hunter Lab77.1980-29.038642.7365
CIE-Lab81.6177-28.578265.6693

#bbd745 color RGB value is (187,215,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 01000101
Octal 273 327 105
Decimal 187 215 69
Hex BB D7 45

RGB Percentages of Color #bbd745

%39.70
%45.65
%14.65

CMYK Percentages of Color #bbd745

%13
%0
%68
%16

Triadic Colors of #bbd745

#bbd745 #45bbd7 #d745bb

Analogous Colors of #bbd745

#bbd745 #72d745 #d7aa45

Monochromatic Colors of #bbd745

#bbd745

Complementary Color

#bbd745 #6145d7

#bbd745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd745 Color CSS Codes

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

#bbd745 Text Font Color

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

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


#bbd745 Background Color

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

This div background color is #bbd745


#bbd745 Border Color

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

This div border color is #bbd745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd745


Comments

No comments written yet.

Please login to write comment.