Color Hex Logo

#b2edbf Color Hex

#B2EDBF
(178,237,191)
0 Favorites   0 Comments

Color spaces of #b2edbf

RGB 178237191
HSL0.370.620.81
HSV133°25°93°
CMYK 0.250.000.19   0.07
XYZ58.048373.794960.4746
Yxy73.79490.30180.3837
Hunter Lab85.9040-29.713318.3938
CIE-Lab88.8255-27.617916.3339

#b2edbf color RGB value is (178,237,191).

#b2edbf hex color red value is 178, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b2edbf hue: 0.37 , saturation: 0.62 and the lightness value of b2edbf is 0.81.

The process color (four color CMYK) of #b2edbf color hex is 0.25, 0.00, 0.19, 0.07. Web safe color of #b2edbf is #99ffcc. Color #b2edbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101101 10111111
Octal 262 355 277
Decimal 178 237 191
Hex B2 ED BF

RGB Percentages of Color #b2edbf

%29.37
%39.11
%31.52

CMYK Percentages of Color #b2edbf

%25
%0
%19
%7

Triadic Colors of #b2edbf

#b2edbf #bfb2ed #edbfb2

Analogous Colors of #b2edbf

#b2edbf #b2eddd #c3edb2

Monochromatic Colors of #b2edbf

#b2edbf

Complementary Color

#b2edbf #edb2e0

#b2edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2edbf Color CSS Codes

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

#b2edbf Text Font Color

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

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


#b2edbf Background Color

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

This div background color is #b2edbf


#b2edbf Border Color

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

This div border color is #b2edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2edbf


Comments

No comments written yet.

Please login to write comment.