Color Hex Logo

#b2eada Color Hex

#B2EADA
(178,234,218)
0 Favorites   0 Comments

Color spaces of #b2eada

RGB 178234218
HSL0.450.570.81
HSV163°24°92°
CMYK 0.240.000.07   0.08
XYZ60.437873.372677.3066
Yxy73.37260.28630.3475
Hunter Lab85.6578-23.95656.4509
CIE-Lab88.6251-21.01161.9660

#b2eada color RGB value is (178,234,218).

#b2eada hex color red value is 178, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b2eada hue: 0.45 , saturation: 0.57 and the lightness value of b2eada is 0.81.

The process color (four color CMYK) of #b2eada color hex is 0.24, 0.00, 0.07, 0.08. Web safe color of #b2eada is #99ffcc. Color #b2eada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 11011010
Octal 262 352 332
Decimal 178 234 218
Hex B2 EA DA

RGB Percentages of Color #b2eada

%28.25
%37.14
%34.60

CMYK Percentages of Color #b2eada

%24
%0
%7
%8

Triadic Colors of #b2eada

#b2eada #dab2ea #eadab2

Analogous Colors of #b2eada

#b2eada #b2deea #b2eabe

Monochromatic Colors of #b2eada

#b2eada

Complementary Color

#b2eada #eab2c2

#b2eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eada Color CSS Codes

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

#b2eada Text Font Color

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

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


#b2eada Background Color

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

This div background color is #b2eada


#b2eada Border Color

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

This div border color is #b2eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eada


Comments

No comments written yet.

Please login to write comment.