Color Hex Logo

#b5dabe Color Hex

#B5DABE
(181,218,190)
0 Favorites   0 Comments

Color spaces of #b5dabe

RGB 181218190
HSL0.370.330.78
HSV135°17°85°
CMYK 0.170.000.13   0.15
XYZ53.421763.684358.1919
Yxy63.68430.30470.3633
Hunter Lab79.8024-20.162012.6275
CIE-Lab83.8011-17.54519.7663

#b5dabe color RGB value is (181,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 10111110
Octal 265 332 276
Decimal 181 218 190
Hex B5 DA BE

RGB Percentages of Color #b5dabe

%30.73
%37.01
%32.26

CMYK Percentages of Color #b5dabe

%17
%0
%13
%15

Triadic Colors of #b5dabe

#b5dabe #beb5da #dabeb5

Analogous Colors of #b5dabe

#b5dabe #b5dad1 #bfdab5

Monochromatic Colors of #b5dabe

#b5dabe

Complementary Color

#b5dabe #dab5d1

#b5dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dabe Color CSS Codes

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

#b5dabe Text Font Color

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

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


#b5dabe Background Color

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

This div background color is #b5dabe


#b5dabe Border Color

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

This div border color is #b5dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dabe


Comments

No comments written yet.

Please login to write comment.