Color Hex Logo

#b2eccc Color Hex

#B2ECCC
(178,236,204)
0 Favorites   0 Comments

Color spaces of #b2eccc

RGB 178236204
HSL0.410.600.81
HSV147°25°93°
CMYK 0.250.000.14   0.07
XYZ59.254673.815568.2515
Yxy73.81550.29430.3667
Hunter Lab85.9159-27.244813.0413
CIE-Lab88.8352-24.74159.5857

#b2eccc color RGB value is (178,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101100 11001100
Octal 262 354 314
Decimal 178 236 204
Hex B2 EC CC

RGB Percentages of Color #b2eccc

%28.80
%38.19
%33.01

CMYK Percentages of Color #b2eccc

%25
%0
%14
%7

Triadic Colors of #b2eccc

#b2eccc #ccb2ec #ecccb2

Analogous Colors of #b2eccc

#b2eccc #b2ece9 #b5ecb2

Monochromatic Colors of #b2eccc

#b2eccc

Complementary Color

#b2eccc #ecb2d2

#b2eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eccc Color CSS Codes

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

#b2eccc Text Font Color

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

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


#b2eccc Background Color

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

This div background color is #b2eccc


#b2eccc Border Color

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

This div border color is #b2eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eccc


Comments

No comments written yet.

Please login to write comment.