Color Hex Logo

#bbd675 Color Hex

#BBD675
(187,214,117)
0 Favorites   0 Comments

Color spaces of #bbd675

RGB 187214117
HSL0.210.540.65
HSV77°45°84°
CMYK 0.130.000.45   0.16
XYZ47.751059.942325.8829
Yxy59.94230.35750.4487
Hunter Lab77.4224-25.397734.3746
CIE-Lab81.8068-24.098644.7392

#bbd675 color RGB value is (187,214,117).

#bbd675 hex color red value is 187, green value is 214 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bbd675 hue: 0.21 , saturation: 0.54 and the lightness value of bbd675 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01110101
Octal 273 326 165
Decimal 187 214 117
Hex BB D6 75

RGB Percentages of Color #bbd675

%36.10
%41.31
%22.59

CMYK Percentages of Color #bbd675

%13
%0
%45
%16

Triadic Colors of #bbd675

#bbd675 #75bbd6 #d675bb

Analogous Colors of #bbd675

#bbd675 #8bd675 #d6c175

Monochromatic Colors of #bbd675

#bbd675

Complementary Color

#bbd675 #9075d6

#bbd675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd675 Color CSS Codes

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

#bbd675 Text Font Color

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

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


#bbd675 Background Color

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

This div background color is #bbd675


#bbd675 Border Color

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

This div border color is #bbd675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd675


Comments

No comments written yet.

Please login to write comment.