Color Hex Logo

#b4e5db Color Hex

#B4E5DB
(180,229,219)
0 Favorites   0 Comments

Color spaces of #b4e5db

RGB 180229219
HSL0.470.490.80
HSV168°21°90°
CMYK 0.210.000.04   0.10
XYZ59.627970.856477.5518
Yxy70.85640.28660.3406
Hunter Lab84.1762-20.86444.2993
CIE-Lab87.4152-17.7256-0.3086

#b4e5db color RGB value is (180,229,219).

#b4e5db hex color red value is 180, green value is 229 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b4e5db hue: 0.47 , saturation: 0.49 and the lightness value of b4e5db is 0.80.

The process color (four color CMYK) of #b4e5db color hex is 0.21, 0.00, 0.04, 0.10. Web safe color of #b4e5db is #cccccc. Color #b4e5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100101 11011011
Octal 264 345 333
Decimal 180 229 219
Hex B4 E5 DB

RGB Percentages of Color #b4e5db

%28.66
%36.46
%34.87

CMYK Percentages of Color #b4e5db

%21
%0
%4
%10

Triadic Colors of #b4e5db

#b4e5db #dbb4e5 #e5dbb4

Analogous Colors of #b4e5db

#b4e5db #b4d7e5 #b4e5c3

Monochromatic Colors of #b4e5db

#b4e5db

Complementary Color

#b4e5db #e5b4be

#b4e5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e5db Color CSS Codes

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

#b4e5db Text Font Color

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

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


#b4e5db Background Color

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

This div background color is #b4e5db


#b4e5db Border Color

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

This div border color is #b4e5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e5db


Comments

No comments written yet.

Please login to write comment.