Color Hex Logo

#bbe075 Color Hex

#BBE075
(187,224,117)
0 Favorites   0 Comments

Color spaces of #bbe075

RGB 187224117
HSL0.220.630.67
HSV81°48°88°
CMYK 0.170.000.48   0.12
XYZ50.360165.160526.7526
Yxy65.16050.35400.4580
Hunter Lab80.7221-29.902736.8558
CIE-Lab84.5664-28.881848.1247

#bbe075 color RGB value is (187,224,117).

#bbe075 hex color red value is 187, green value is 224 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bbe075 hue: 0.22 , saturation: 0.63 and the lightness value of bbe075 is 0.67.

The process color (four color CMYK) of #bbe075 color hex is 0.17, 0.00, 0.48, 0.12. Web safe color of #bbe075 is #cccc66. Color #bbe075 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01110101
Octal 273 340 165
Decimal 187 224 117
Hex BB E0 75

RGB Percentages of Color #bbe075

%35.42
%42.42
%22.16

CMYK Percentages of Color #bbe075

%17
%0
%48
%12

Triadic Colors of #bbe075

#bbe075 #75bbe0 #e075bb

Analogous Colors of #bbe075

#bbe075 #86e075 #e0d075

Monochromatic Colors of #bbe075

#bbe075

Complementary Color

#bbe075 #9a75e0

#bbe075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe075 Color CSS Codes

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

#bbe075 Text Font Color

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

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


#bbe075 Background Color

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

This div background color is #bbe075


#bbe075 Border Color

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

This div border color is #bbe075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe075


Comments

No comments written yet.

Please login to write comment.