Color Hex Logo

#bbe255 Color Hex

#BBE255
(187,226,85)
0 Favorites   0 Comments

Color spaces of #bbe255

RGB 18722685
HSL0.210.710.61
HSV77°62°89°
CMYK 0.170.000.62   0.11
XYZ49.329665.613418.6590
Yxy65.61340.36920.4911
Hunter Lab81.0021-33.048743.0439
CIE-Lab84.7988-32.662562.7017

#bbe255 color RGB value is (187,226,85).

#bbe255 hex color red value is 187, green value is 226 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bbe255 hue: 0.21 , saturation: 0.71 and the lightness value of bbe255 is 0.61.

The process color (four color CMYK) of #bbe255 color hex is 0.17, 0.00, 0.62, 0.11. Web safe color of #bbe255 is #cccc66. Color #bbe255 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 01010101
Octal 273 342 125
Decimal 187 226 85
Hex BB E2 55

RGB Percentages of Color #bbe255

%37.55
%45.38
%17.07

CMYK Percentages of Color #bbe255

%17
%0
%62
%11

Triadic Colors of #bbe255

#bbe255 #55bbe2 #e255bb

Analogous Colors of #bbe255

#bbe255 #75e255 #e2c355

Monochromatic Colors of #bbe255

#bbe255

Complementary Color

#bbe255 #7c55e2

#bbe255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe255 Color CSS Codes

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

#bbe255 Text Font Color

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

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


#bbe255 Background Color

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

This div background color is #bbe255


#bbe255 Border Color

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

This div border color is #bbe255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe255


Comments

No comments written yet.

Please login to write comment.