Color Hex Logo

#b2ecdc Color Hex

#B2ECDC
(178,236,220)
0 Favorites   0 Comments

Color spaces of #b2ecdc

RGB 178236220
HSL0.450.600.81
HSV163°25°93°
CMYK 0.250.000.07   0.07
XYZ61.273874.623278.8844
Yxy74.62320.28530.3474
Hunter Lab86.3847-24.56096.3271
CIE-Lab89.2162-21.58601.7794

#b2ecdc color RGB value is (178,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101100 11011100
Octal 262 354 334
Decimal 178 236 220
Hex B2 EC DC

RGB Percentages of Color #b2ecdc

%28.08
%37.22
%34.70

CMYK Percentages of Color #b2ecdc

%25
%0
%7
%7

Triadic Colors of #b2ecdc

#b2ecdc #dcb2ec #ecdcb2

Analogous Colors of #b2ecdc

#b2ecdc #b2dfec #b2ecbf

Monochromatic Colors of #b2ecdc

#b2ecdc

Complementary Color

#b2ecdc #ecb2c2

#b2ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ecdc Color CSS Codes

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

#b2ecdc Text Font Color

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

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


#b2ecdc Background Color

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

This div background color is #b2ecdc


#b2ecdc Border Color

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

This div border color is #b2ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ecdc


Comments

No comments written yet.

Please login to write comment.