Color Hex Logo

#bbde38 Color Hex

#BBDE38
(187,222,56)
0 Favorites   0 Comments

Color spaces of #bbde38

RGB 18722256
HSL0.200.720.55
HSV73°75°87°
CMYK 0.160.000.75   0.13
XYZ47.328663.092913.4250
Yxy63.09290.38220.5094
Hunter Lab79.4310-32.646045.5809
CIE-Lab83.4912-32.534571.9927

#bbde38 color RGB value is (187,222,56).

#bbde38 hex color red value is 187, green value is 222 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bbde38 hue: 0.20 , saturation: 0.72 and the lightness value of bbde38 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00111000
Octal 273 336 70
Decimal 187 222 56
Hex BB DE 38

RGB Percentages of Color #bbde38

%40.22
%47.74
%12.04

CMYK Percentages of Color #bbde38

%16
%0
%75
%13

Triadic Colors of #bbde38

#bbde38 #38bbde #de38bb

Analogous Colors of #bbde38

#bbde38 #68de38 #deae38

Monochromatic Colors of #bbde38

#bbde38

Complementary Color

#bbde38 #5b38de

#bbde38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde38 Color CSS Codes

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

#bbde38 Text Font Color

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

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


#bbde38 Background Color

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

This div background color is #bbde38


#bbde38 Border Color

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

This div border color is #bbde38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde38


Comments

No comments written yet.

Please login to write comment.