Color Hex Logo

#b0ecdc Color Hex

#B0ECDC
(176,236,220)
0 Favorites   0 Comments

Color spaces of #b0ecdc

RGB 176236220
HSL0.460.610.81
HSV164°25°93°
CMYK 0.250.000.07   0.07
XYZ60.818274.388378.8631
Yxy74.38830.28410.3475
Hunter Lab86.2487-25.06596.1611
CIE-Lab89.1057-22.18291.6050

#b0ecdc color RGB value is (176,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101100 11011100
Octal 260 354 334
Decimal 176 236 220
Hex B0 EC DC

RGB Percentages of Color #b0ecdc

%27.85
%37.34
%34.81

CMYK Percentages of Color #b0ecdc

%25
%0
%7
%7

Triadic Colors of #b0ecdc

#b0ecdc #dcb0ec #ecdcb0

Analogous Colors of #b0ecdc

#b0ecdc #b0deec #b0ecbe

Monochromatic Colors of #b0ecdc

#b0ecdc

Complementary Color

#b0ecdc #ecb0c0

#b0ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ecdc Color CSS Codes

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

#b0ecdc Text Font Color

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

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


#b0ecdc Background Color

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

This div background color is #b0ecdc


#b0ecdc Border Color

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

This div border color is #b0ecdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,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 #b0ecdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ecdc


Comments

No comments written yet.

Please login to write comment.