Color Hex Logo

#b5debf Color Hex

#B5DEBF
(181,222,191)
0 Favorites   0 Comments

Color spaces of #b5debf

RGB 181222191
HSL0.370.380.79
HSV135°18°87°
CMYK 0.180.000.14   0.13
XYZ54.581365.827959.1195
Yxy65.82790.30400.3667
Hunter Lab81.1344-21.903413.5917
CIE-Lab84.9086-19.354210.8178

#b5debf color RGB value is (181,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011110 10111111
Octal 265 336 277
Decimal 181 222 191
Hex B5 DE BF

RGB Percentages of Color #b5debf

%30.47
%37.37
%32.15

CMYK Percentages of Color #b5debf

%18
%0
%14
%13

Triadic Colors of #b5debf

#b5debf #bfb5de #debfb5

Analogous Colors of #b5debf

#b5debf #b5ded4 #c0deb5

Monochromatic Colors of #b5debf

#b5debf

Complementary Color

#b5debf #deb5d4

#b5debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5debf Color CSS Codes

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

#b5debf Text Font Color

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

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


#b5debf Background Color

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

This div background color is #b5debf


#b5debf Border Color

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

This div border color is #b5debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5debf

#b5debf Color Palettes


Comments

No comments written yet.

Please login to write comment.