color codes Logo

#bbf35d color codes

#BBF35D
(187,243,93)
0 Favorites   0 Comments

Color spaces of #bbf35d

RGB 18724393
HSL0.230.860.66
HSV82°62°95°
CMYK 0.230.000.62   0.05
XYZ54.519975.456322.0469
Yxy75.45630.35860.4963
Hunter Lab86.8656-39.981945.7578
CIE-Lab89.6063-39.759064.6372

#bbf35d color RGB value is (187,243,93).

#bbf35d hex color red value is 187, green value is 243 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bbf35d hue: 0.23 , saturation: 0.86 and the lightness value of bbf35d is 0.66.

The process color (four color CMYK) of #bbf35d color code is 0.23, 0.00, 0.62, 0.05. Web safe color of #bbf35d is #ccff66. Color #bbf35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 01011101
Octal 273 363 135
Decimal 187 243 93
Hex BB F3 5D

RGB Percentages of Color #bbf35d

%35.76
%46.46
%17.78

CMYK Percentages of Color #bbf35d

%23
%0
%62
%5

Triadic Colors of #bbf35d

#bbf35d #5dbbf3 #f35dbb

Analogous Colors of #bbf35d

#bbf35d #70f35d #f3e05d

Monochromatic Colors of #bbf35d

#bbf35d

Complementary Color

#bbf35d #955df3

#bbf35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf35d Color CSS Codes

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

#bbf35d Text Font Color

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

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


#bbf35d Background Color

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

This div background color is #bbf35d


#bbf35d Border Color

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

This div border color is #bbf35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf35d


Comments

No comments written yet.

Please login to write comment.