Color Hex Logo

#b5dbbf Color Hex

#B5DBBF
(181,219,191)
0 Favorites   0 Comments

Color spaces of #b5dbbf

RGB 181219191
HSL0.380.350.78
HSV136°17°86°
CMYK 0.170.000.13   0.14
XYZ53.791564.248458.8563
Yxy64.24840.30410.3632
Hunter Lab80.1551-20.481412.5731
CIE-Lab84.0949-17.86169.6575

#b5dbbf color RGB value is (181,219,191).

#b5dbbf hex color red value is 181, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b5dbbf hue: 0.38 , saturation: 0.35 and the lightness value of b5dbbf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011011 10111111
Octal 265 333 277
Decimal 181 219 191
Hex B5 DB BF

RGB Percentages of Color #b5dbbf

%30.63
%37.06
%32.32

CMYK Percentages of Color #b5dbbf

%17
%0
%13
%14

Triadic Colors of #b5dbbf

#b5dbbf #bfb5db #dbbfb5

Analogous Colors of #b5dbbf

#b5dbbf #b5dbd2 #bedbb5

Monochromatic Colors of #b5dbbf

#b5dbbf

Complementary Color

#b5dbbf #dbb5d1

#b5dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dbbf Color CSS Codes

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

#b5dbbf Text Font Color

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

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


#b5dbbf Background Color

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

This div background color is #b5dbbf


#b5dbbf Border Color

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

This div border color is #b5dbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,219,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dbbf


Comments

No comments written yet.

Please login to write comment.