Color Hex Logo

#b2eaea Color Hex

#B2EAEA
(178,234,234)
0 Favorites   0 Comments

Color spaces of #b2eaea

RGB 178234234
HSL0.500.570.81
HSV180°24°92°
CMYK 0.240.000.00   0.08
XYZ62.634274.251188.8726
Yxy74.25110.27740.3289
Hunter Lab86.1691-21.0486-0.8318
CIE-Lab89.0410-17.6577-5.8048

#b2eaea color RGB value is (178,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 11101010
Octal 262 352 352
Decimal 178 234 234
Hex B2 EA EA

RGB Percentages of Color #b2eaea

%27.55
%36.22
%36.22

CMYK Percentages of Color #b2eaea

%24
%0
%0
%8

Triadic Colors of #b2eaea

#b2eaea #eab2ea #eaeab2

Analogous Colors of #b2eaea

#b2eaea #b2ceea #b2eace

Monochromatic Colors of #b2eaea

#b2eaea

Complementary Color

#b2eaea #eab2b2

#b2eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eaea Color CSS Codes

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

#b2eaea Text Font Color

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

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


#b2eaea Background Color

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

This div background color is #b2eaea


#b2eaea Border Color

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

This div border color is #b2eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eaea


Comments

No comments written yet.

Please login to write comment.