Color Hex Logo

#bbe75d Color Hex

#BBE75D
(187,231,93)
0 Favorites   0 Comments

Color spaces of #bbe75d

RGB 18723193
HSL0.220.740.64
HSV79°60°91°
CMYK 0.190.000.60   0.09
XYZ51.045268.506920.8887
Yxy68.50690.36350.4878
Hunter Lab82.7689-34.761142.9750
CIE-Lab86.2593-34.352460.9601

#bbe75d color RGB value is (187,231,93).

#bbe75d hex color red value is 187, green value is 231 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bbe75d hue: 0.22 , saturation: 0.74 and the lightness value of bbe75d is 0.64.

The process color (four color CMYK) of #bbe75d color hex is 0.19, 0.00, 0.60, 0.09. Web safe color of #bbe75d is #ccff66. Color #bbe75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 01011101
Octal 273 347 135
Decimal 187 231 93
Hex BB E7 5D

RGB Percentages of Color #bbe75d

%36.59
%45.21
%18.20

CMYK Percentages of Color #bbe75d

%19
%0
%60
%9

Triadic Colors of #bbe75d

#bbe75d #5dbbe7 #e75dbb

Analogous Colors of #bbe75d

#bbe75d #76e75d #e7ce5d

Monochromatic Colors of #bbe75d

#bbe75d

Complementary Color

#bbe75d #895de7

#bbe75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe75d Color CSS Codes

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

#bbe75d Text Font Color

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

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


#bbe75d Background Color

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

This div background color is #bbe75d


#bbe75d Border Color

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

This div border color is #bbe75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe75d


Comments

No comments written yet.

Please login to write comment.