Color Hex Logo

#bbe690 Color Hex

#BBE690
(187,230,144)
0 Favorites   0 Comments

Color spaces of #bbe690

RGB 187230144
HSL0.250.630.73
HSV90°37°90°
CMYK 0.190.000.37   0.10
XYZ53.824469.172036.9003
Yxy69.17200.33660.4326
Hunter Lab83.1697-30.028331.9133
CIE-Lab86.5892-28.528237.4381

#bbe690 color RGB value is (187,230,144).

#bbe690 hex color red value is 187, green value is 230 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bbe690 hue: 0.25 , saturation: 0.63 and the lightness value of bbe690 is 0.73.

The process color (four color CMYK) of #bbe690 color hex is 0.19, 0.00, 0.37, 0.10. Web safe color of #bbe690 is #ccff99. Color #bbe690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 10010000
Octal 273 346 220
Decimal 187 230 144
Hex BB E6 90

RGB Percentages of Color #bbe690

%33.33
%41.00
%25.67

CMYK Percentages of Color #bbe690

%19
%0
%37
%10

Triadic Colors of #bbe690

#bbe690 #90bbe6 #e690bb

Analogous Colors of #bbe690

#bbe690 #90e690 #e6e690

Monochromatic Colors of #bbe690

#bbe690

Complementary Color

#bbe690 #bb90e6

#bbe690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe690 Color CSS Codes

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

#bbe690 Text Font Color

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

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


#bbe690 Background Color

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

This div background color is #bbe690


#bbe690 Border Color

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

This div border color is #bbe690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe690


Comments

No comments written yet.

Please login to write comment.