Color Hex Logo

#b8dfbb Color Hex

#B8DFBB
(184,223,187)
0 Favorites   0 Comments

Color spaces of #b8dfbb

RGB 184223187
HSL0.350.380.80
HSV125°17°87°
CMYK 0.170.000.16   0.13
XYZ55.124566.553656.9545
Yxy66.55360.30860.3726
Hunter Lab81.5804-22.151915.7136
CIE-Lab85.2780-19.572613.4713

#b8dfbb color RGB value is (184,223,187).

#b8dfbb hex color red value is 184, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b8dfbb hue: 0.35 , saturation: 0.38 and the lightness value of b8dfbb is 0.80.

The process color (four color CMYK) of #b8dfbb color hex is 0.17, 0.00, 0.16, 0.13. Web safe color of #b8dfbb is #cccccc. Color #b8dfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 10111011
Octal 270 337 273
Decimal 184 223 187
Hex B8 DF BB

RGB Percentages of Color #b8dfbb

%30.98
%37.54
%31.48

CMYK Percentages of Color #b8dfbb

%17
%0
%16
%13

Triadic Colors of #b8dfbb

#b8dfbb #bbb8df #dfbbb8

Analogous Colors of #b8dfbb

#b8dfbb #b8dfcf #c9dfb8

Monochromatic Colors of #b8dfbb

#b8dfbb

Complementary Color

#b8dfbb #dfb8dc

#b8dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dfbb Color CSS Codes

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

#b8dfbb Text Font Color

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

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


#b8dfbb Background Color

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

This div background color is #b8dfbb


#b8dfbb Border Color

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

This div border color is #b8dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dfbb


Comments

No comments written yet.

Please login to write comment.