Color Hex Logo

#bbd592 Color Hex

#BBD592
(187,213,146)
0 Favorites   0 Comments

Color spaces of #bbd592

RGB 187213146
HSL0.230.440.70
HSV83°31°84°
CMYK 0.120.000.31   0.16
XYZ49.476160.228636.2117
Yxy60.22860.33910.4128
Hunter Lab77.6071-22.015026.6601
CIE-Lab81.9623-20.038630.3336

#bbd592 color RGB value is (187,213,146).

#bbd592 hex color red value is 187, green value is 213 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bbd592 hue: 0.23 , saturation: 0.44 and the lightness value of bbd592 is 0.70.

The process color (four color CMYK) of #bbd592 color hex is 0.12, 0.00, 0.31, 0.16. Web safe color of #bbd592 is #cccc99. Color #bbd592 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 10010010
Octal 273 325 222
Decimal 187 213 146
Hex BB D5 92

RGB Percentages of Color #bbd592

%34.25
%39.01
%26.74

CMYK Percentages of Color #bbd592

%12
%0
%31
%16

Triadic Colors of #bbd592

#bbd592 #92bbd5 #d592bb

Analogous Colors of #bbd592

#bbd592 #9ad592 #d5ce92

Monochromatic Colors of #bbd592

#bbd592

Complementary Color

#bbd592 #ac92d5

#bbd592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd592 Color CSS Codes

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

#bbd592 Text Font Color

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

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


#bbd592 Background Color

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

This div background color is #bbd592


#bbd592 Border Color

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

This div border color is #bbd592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd592


Comments

No comments written yet.

Please login to write comment.