Color Hex Logo

#b2eeae Color Hex

#B2EEAE
(178,238,174)
0 Favorites   0 Comments

Color spaces of #b2eeae

RGB 178238174
HSL0.320.650.81
HSV116°27°93°
CMYK 0.250.000.27   0.07
XYZ56.574673.670051.2823
Yxy73.67000.31170.4058
Hunter Lab85.8312-32.548624.6574
CIE-Lab88.7663-30.983625.0233

#b2eeae color RGB value is (178,238,174).

#b2eeae hex color red value is 178, green value is 238 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b2eeae hue: 0.32 , saturation: 0.65 and the lightness value of b2eeae is 0.81.

The process color (four color CMYK) of #b2eeae color hex is 0.25, 0.00, 0.27, 0.07. Web safe color of #b2eeae is #99ff99. Color #b2eeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101110 10101110
Octal 262 356 256
Decimal 178 238 174
Hex B2 EE AE

RGB Percentages of Color #b2eeae

%30.17
%40.34
%29.49

CMYK Percentages of Color #b2eeae

%25
%0
%27
%7

Triadic Colors of #b2eeae

#b2eeae #aeb2ee #eeaeb2

Analogous Colors of #b2eeae

#b2eeae #aeeeca #d2eeae

Monochromatic Colors of #b2eeae

#b2eeae

Complementary Color

#b2eeae #eaaeee

#b2eeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eeae Color CSS Codes

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

#b2eeae Text Font Color

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

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


#b2eeae Background Color

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

This div background color is #b2eeae


#b2eeae Border Color

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

This div border color is #b2eeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eeae


Comments

No comments written yet.

Please login to write comment.