Color Hex Logo

#b4ebdd Color Hex

#B4EBDD
(180,235,221)
0 Favorites   0 Comments

Color spaces of #b4ebdd

RGB 180235221
HSL0.460.580.81
HSV165°23°92°
CMYK 0.230.000.06   0.08
XYZ61.581974.340479.5100
Yxy74.34040.28590.3451
Hunter Lab86.2209-23.39575.6794
CIE-Lab89.0831-20.28961.0763

#b4ebdd color RGB value is (180,235,221).

#b4ebdd hex color red value is 180, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b4ebdd hue: 0.46 , saturation: 0.58 and the lightness value of b4ebdd is 0.81.

The process color (four color CMYK) of #b4ebdd color hex is 0.23, 0.00, 0.06, 0.08. Web safe color of #b4ebdd is #ccffcc. Color #b4ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 11011101
Octal 264 353 335
Decimal 180 235 221
Hex B4 EB DD

RGB Percentages of Color #b4ebdd

%28.30
%36.95
%34.75

CMYK Percentages of Color #b4ebdd

%23
%0
%6
%8

Triadic Colors of #b4ebdd

#b4ebdd #ddb4eb #ebddb4

Analogous Colors of #b4ebdd

#b4ebdd #b4deeb #b4ebc2

Monochromatic Colors of #b4ebdd

#b4ebdd

Complementary Color

#b4ebdd #ebb4c2

#b4ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebdd Color CSS Codes

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

#b4ebdd Text Font Color

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

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


#b4ebdd Background Color

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

This div background color is #b4ebdd


#b4ebdd Border Color

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

This div border color is #b4ebdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,235,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4ebdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4ebdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b4ebdd;
  box-shadow:         1px 1px 3px 2px #b4ebdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,235,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebdd


Comments

No comments written yet.

Please login to write comment.