Color Hex Logo

#b2e4da Color Hex

#B2E4DA
(178,228,218)
0 Favorites   0 Comments

Color spaces of #b2e4da

RGB 178228218
HSL0.470.480.80
HSV168°22°89°
CMYK 0.220.000.04   0.11
XYZ58.758470.013776.7468
Yxy70.01370.28590.3407
Hunter Lab83.6742-21.08204.1906
CIE-Lab87.0036-18.0422-0.3981

#b2e4da color RGB value is (178,228,218).

#b2e4da hex color red value is 178, green value is 228 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b2e4da hue: 0.47 , saturation: 0.48 and the lightness value of b2e4da is 0.80.

The process color (four color CMYK) of #b2e4da color hex is 0.22, 0.00, 0.04, 0.11. Web safe color of #b2e4da is #99cccc. Color #b2e4da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11100100 11011010
Octal 262 344 332
Decimal 178 228 218
Hex B2 E4 DA

RGB Percentages of Color #b2e4da

%28.53
%36.54
%34.94

CMYK Percentages of Color #b2e4da

%22
%0
%4
%11

Triadic Colors of #b2e4da

#b2e4da #dab2e4 #e4dab2

Analogous Colors of #b2e4da

#b2e4da #b2d5e4 #b2e4c1

Monochromatic Colors of #b2e4da

#b2e4da

Complementary Color

#b2e4da #e4b2bc

#b2e4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2e4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2e4da Color CSS Codes

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

#b2e4da Text Font Color

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

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


#b2e4da Background Color

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

This div background color is #b2e4da


#b2e4da Border Color

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

This div border color is #b2e4da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,228,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2e4da


Comments

No comments written yet.

Please login to write comment.