Color Hex Logo

#bbe483 Color Hex

#BBE483
(187,228,131)
0 Favorites   0 Comments

Color spaces of #bbe483

RGB 187228131
HSL0.240.640.70
HSV85°43°89°
CMYK 0.180.000.43   0.11
XYZ52.333767.690331.7800
Yxy67.69030.34470.4459
Hunter Lab82.2741-30.437734.6899
CIE-Lab85.8514-29.202842.9393

#bbe483 color RGB value is (187,228,131).

#bbe483 hex color red value is 187, green value is 228 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bbe483 hue: 0.24 , saturation: 0.64 and the lightness value of bbe483 is 0.70.

The process color (four color CMYK) of #bbe483 color hex is 0.18, 0.00, 0.43, 0.11. Web safe color of #bbe483 is #cccc99. Color #bbe483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 10000011
Octal 273 344 203
Decimal 187 228 131
Hex BB E4 83

RGB Percentages of Color #bbe483

%34.25
%41.76
%23.99

CMYK Percentages of Color #bbe483

%18
%0
%43
%11

Triadic Colors of #bbe483

#bbe483 #83bbe4 #e483bb

Analogous Colors of #bbe483

#bbe483 #8be483 #e4dd83

Monochromatic Colors of #bbe483

#bbe483

Complementary Color

#bbe483 #ac83e4

#bbe483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe483 Color CSS Codes

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

#bbe483 Text Font Color

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

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


#bbe483 Background Color

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

This div background color is #bbe483


#bbe483 Border Color

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

This div border color is #bbe483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe483


Comments

No comments written yet.

Please login to write comment.