Color Hex Logo

#bbe15d Color Hex

#BBE15D
(187,225,93)
0 Favorites   0 Comments

Color spaces of #bbe15d

RGB 18722593
HSL0.210.690.62
HSV77°59°88°
CMYK 0.170.000.59   0.12
XYZ49.394565.205520.3385
Yxy65.20550.36610.4832
Hunter Lab80.7499-32.124441.5916
CIE-Lab84.5895-31.584159.1030

#bbe15d color RGB value is (187,225,93).

#bbe15d hex color red value is 187, green value is 225 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bbe15d hue: 0.21 , saturation: 0.69 and the lightness value of bbe15d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 01011101
Octal 273 341 135
Decimal 187 225 93
Hex BB E1 5D

RGB Percentages of Color #bbe15d

%37.03
%44.55
%18.42

CMYK Percentages of Color #bbe15d

%17
%0
%59
%12

Triadic Colors of #bbe15d

#bbe15d #5dbbe1 #e15dbb

Analogous Colors of #bbe15d

#bbe15d #79e15d #e1c55d

Monochromatic Colors of #bbe15d

#bbe15d

Complementary Color

#bbe15d #835de1

#bbe15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe15d Color CSS Codes

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

#bbe15d Text Font Color

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

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


#bbe15d Background Color

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

This div background color is #bbe15d


#bbe15d Border Color

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

This div border color is #bbe15d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,225,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 #bbe15d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe15d


Comments

No comments written yet.

Please login to write comment.