Color Hex Logo

#b5dbbe Color Hex

#B5DBBE
(181,219,190)
0 Favorites   0 Comments

Color spaces of #b5dbbe

RGB 181219190
HSL0.370.350.78
HSV134°17°86°
CMYK 0.170.000.13   0.14
XYZ53.681864.204558.2786
Yxy64.20450.30470.3645
Hunter Lab80.1277-20.636912.9665
CIE-Lab84.0721-18.044610.1530

#b5dbbe color RGB value is (181,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011011 10111110
Octal 265 333 276
Decimal 181 219 190
Hex B5 DB BE

RGB Percentages of Color #b5dbbe

%30.68
%37.12
%32.20

CMYK Percentages of Color #b5dbbe

%17
%0
%13
%14

Triadic Colors of #b5dbbe

#b5dbbe #beb5db #dbbeb5

Analogous Colors of #b5dbbe

#b5dbbe #b5dbd1 #bfdbb5

Monochromatic Colors of #b5dbbe

#b5dbbe

Complementary Color

#b5dbbe #dbb5d2

#b5dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dbbe Color CSS Codes

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

#b5dbbe Text Font Color

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

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


#b5dbbe Background Color

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

This div background color is #b5dbbe


#b5dbbe Border Color

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

This div border color is #b5dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dbbe


Comments

No comments written yet.

Please login to write comment.