Color Hex Logo

#bbd658 Color Hex

#BBD658
(187,214,88)
0 Favorites   0 Comments

Color spaces of #bbd658

RGB 18721488
HSL0.200.610.59
HSV73°59°84°
CMYK 0.130.000.59   0.16
XYZ46.301559.362518.2503
Yxy59.36250.37370.4791
Hunter Lab77.0471-27.562639.8888
CIE-Lab81.4904-26.798257.8146

#bbd658 color RGB value is (187,214,88).

#bbd658 hex color red value is 187, green value is 214 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bbd658 hue: 0.20 , saturation: 0.61 and the lightness value of bbd658 is 0.59.

The process color (four color CMYK) of #bbd658 color hex is 0.13, 0.00, 0.59, 0.16. Web safe color of #bbd658 is #cccc66. Color #bbd658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01011000
Octal 273 326 130
Decimal 187 214 88
Hex BB D6 58

RGB Percentages of Color #bbd658

%38.24
%43.76
%18.00

CMYK Percentages of Color #bbd658

%13
%0
%59
%16

Triadic Colors of #bbd658

#bbd658 #58bbd6 #d658bb

Analogous Colors of #bbd658

#bbd658 #7cd658 #d6b258

Monochromatic Colors of #bbd658

#bbd658

Complementary Color

#bbd658 #7358d6

#bbd658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd658 Color CSS Codes

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

#bbd658 Text Font Color

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

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


#bbd658 Background Color

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

This div background color is #bbd658


#bbd658 Border Color

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

This div border color is #bbd658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd658


Comments

No comments written yet.

Please login to write comment.