Color Hex Logo

#b5dcbd Color Hex

#B5DCBD
(181,220,189)
0 Favorites   0 Comments

Color spaces of #b5dcbd

RGB 181220189
HSL0.370.360.79
HSV132°18°86°
CMYK 0.180.000.14   0.14
XYZ53.834664.684357.7920
Yxy64.68430.30530.3669
Hunter Lab80.4266-21.265113.6946
CIE-Lab84.3208-18.724711.0349

#b5dcbd color RGB value is (181,220,189).

#b5dcbd hex color red value is 181, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b5dcbd hue: 0.37 , saturation: 0.36 and the lightness value of b5dcbd is 0.79.

The process color (four color CMYK) of #b5dcbd color hex is 0.18, 0.00, 0.14, 0.14. Web safe color of #b5dcbd is #cccccc. Color #b5dcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 10111101
Octal 265 334 275
Decimal 181 220 189
Hex B5 DC BD

RGB Percentages of Color #b5dcbd

%30.68
%37.29
%32.03

CMYK Percentages of Color #b5dcbd

%18
%0
%14
%14

Triadic Colors of #b5dcbd

#b5dcbd #bdb5dc #dcbdb5

Analogous Colors of #b5dcbd

#b5dcbd #b5dcd1 #c1dcb5

Monochromatic Colors of #b5dcbd

#b5dcbd

Complementary Color

#b5dcbd #dcb5d4

#b5dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dcbd Color CSS Codes

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

#b5dcbd Text Font Color

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

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


#b5dcbd Background Color

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

This div background color is #b5dcbd


#b5dcbd Border Color

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

This div border color is #b5dcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,220,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 #b5dcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dcbd


Comments

No comments written yet.

Please login to write comment.