Color Hex Logo

#bbd712 Color Hex

#BBD712
(187,215,18)
0 Favorites   0 Comments

Color spaces of #bbd712

RGB 18721518
HSL0.190.850.46
HSV69°92°84°
CMYK 0.130.000.92   0.16
XYZ44.903159.20939.6342
Yxy59.20930.39480.5205
Hunter Lab76.9476-30.493846.4399
CIE-Lab81.4065-30.437778.8209

#bbd712 color RGB value is (187,215,18).

#bbd712 hex color red value is 187, green value is 215 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bbd712 hue: 0.19 , saturation: 0.85 and the lightness value of bbd712 is 0.46.

The process color (four color CMYK) of #bbd712 color hex is 0.13, 0.00, 0.92, 0.16. Web safe color of #bbd712 is #cccc00. Color #bbd712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 00010010
Octal 273 327 22
Decimal 187 215 18
Hex BB D7 12

RGB Percentages of Color #bbd712

%44.52
%51.19
%4.29

CMYK Percentages of Color #bbd712

%13
%0
%92
%16

Triadic Colors of #bbd712

#bbd712 #12bbd7 #d712bb

Analogous Colors of #bbd712

#bbd712 #59d712 #d79112

Monochromatic Colors of #bbd712

#bbd712

Complementary Color

#bbd712 #2e12d7

#bbd712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd712 Color CSS Codes

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

#bbd712 Text Font Color

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

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


#bbd712 Background Color

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

This div background color is #bbd712


#bbd712 Border Color

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

This div border color is #bbd712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd712


Comments

No comments written yet.

Please login to write comment.