Color Hex Logo

#b8dfbd Color Hex

#B8DFBD
(184,223,189)
0 Favorites   0 Comments

Color spaces of #b8dfbd

RGB 184223189
HSL0.350.380.80
HSV128°17°87°
CMYK 0.170.000.15   0.13
XYZ55.340166.639858.0901
Yxy66.63980.30730.3701
Hunter Lab81.6332-21.850914.9525
CIE-Lab85.3217-19.218112.4827

#b8dfbd color RGB value is (184,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 10111101
Octal 270 337 275
Decimal 184 223 189
Hex B8 DF BD

RGB Percentages of Color #b8dfbd

%30.87
%37.42
%31.71

CMYK Percentages of Color #b8dfbd

%17
%0
%15
%13

Triadic Colors of #b8dfbd

#b8dfbd #bdb8df #dfbdb8

Analogous Colors of #b8dfbd

#b8dfbd #b8dfd1 #c7dfb8

Monochromatic Colors of #b8dfbd

#b8dfbd

Complementary Color

#b8dfbd #dfb8da

#b8dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dfbd Color CSS Codes

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

#b8dfbd Text Font Color

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

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


#b8dfbd Background Color

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

This div background color is #b8dfbd


#b8dfbd Border Color

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

This div border color is #b8dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dfbd


Comments

No comments written yet.

Please login to write comment.