Color Hex Logo

#b2eccd Color Hex

#B2ECCD
(178,236,205)
0 Favorites   0 Comments

Color spaces of #b2eccd

RGB 178236205
HSL0.410.600.81
HSV148°25°93°
CMYK 0.250.000.13   0.07
XYZ59.375073.863768.8853
Yxy73.86370.29380.3654
Hunter Lab85.9440-27.084012.6390
CIE-Lab88.8580-24.55079.0969

#b2eccd color RGB value is (178,236,205).

#b2eccd hex color red value is 178, green value is 236 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b2eccd hue: 0.41 , saturation: 0.60 and the lightness value of b2eccd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101100 11001101
Octal 262 354 315
Decimal 178 236 205
Hex B2 EC CD

RGB Percentages of Color #b2eccd

%28.76
%38.13
%33.12

CMYK Percentages of Color #b2eccd

%25
%0
%13
%7

Triadic Colors of #b2eccd

#b2eccd #cdb2ec #eccdb2

Analogous Colors of #b2eccd

#b2eccd #b2ecea #b4ecb2

Monochromatic Colors of #b2eccd

#b2eccd

Complementary Color

#b2eccd #ecb2d1

#b2eccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eccd Color CSS Codes

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

#b2eccd Text Font Color

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

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


#b2eccd Background Color

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

This div background color is #b2eccd


#b2eccd Border Color

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

This div border color is #b2eccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eccd


Comments

No comments written yet.

Please login to write comment.