Color Hex Logo

#b2eedd Color Hex

#B2EEDD
(178,238,221)
0 Favorites   0 Comments

Color spaces of #b2eedd

RGB 178238221
HSL0.450.640.82
HSV163°25°93°
CMYK 0.250.000.07   0.07
XYZ61.985875.834579.7771
Yxy75.83450.28490.3485
Hunter Lab87.0830-25.33876.6423
CIE-Lab89.7824-22.36012.0806

#b2eedd color RGB value is (178,238,221).

#b2eedd hex color red value is 178, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b2eedd hue: 0.45 , saturation: 0.64 and the lightness value of b2eedd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101110 11011101
Octal 262 356 335
Decimal 178 238 221
Hex B2 EE DD

RGB Percentages of Color #b2eedd

%27.94
%37.36
%34.69

CMYK Percentages of Color #b2eedd

%25
%0
%7
%7

Triadic Colors of #b2eedd

#b2eedd #ddb2ee #eeddb2

Analogous Colors of #b2eedd

#b2eedd #b2e1ee #b2eebf

Monochromatic Colors of #b2eedd

#b2eedd

Complementary Color

#b2eedd #eeb2c3

#b2eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eedd Color CSS Codes

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

#b2eedd Text Font Color

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

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


#b2eedd Background Color

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

This div background color is #b2eedd


#b2eedd Border Color

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

This div border color is #b2eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eedd


Comments

No comments written yet.

Please login to write comment.