Color Hex Logo

#bbd042 Color Hex

#BBD042
(187,208,66)
0 Favorites   0 Comments

Color spaces of #bbd042

RGB 18720866
HSL0.190.600.54
HSV69°68°82°
CMYK 0.100.000.68   0.18
XYZ44.032856.069913.6561
Yxy56.06990.38710.4929
Hunter Lab74.8798-26.073541.6030
CIE-Lab79.6536-25.414364.8081

#bbd042 color RGB value is (187,208,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 01000010
Octal 273 320 102
Decimal 187 208 66
Hex BB D0 42

RGB Percentages of Color #bbd042

%40.56
%45.12
%14.32

CMYK Percentages of Color #bbd042

%10
%0
%68
%18

Triadic Colors of #bbd042

#bbd042 #42bbd0 #d042bb

Analogous Colors of #bbd042

#bbd042 #74d042 #d09e42

Monochromatic Colors of #bbd042

#bbd042

Complementary Color

#bbd042 #5742d0

#bbd042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd042 Color CSS Codes

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

#bbd042 Text Font Color

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

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


#bbd042 Background Color

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

This div background color is #bbd042


#bbd042 Border Color

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

This div border color is #bbd042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd042


Comments

No comments written yet.

Please login to write comment.