Color Hex Logo

#b0ecea Color Hex

#B0ECEA
(176,236,234)
0 Favorites   0 Comments

Color spaces of #b0ecea

RGB 176236234
HSL0.490.610.81
HSV178°25°93°
CMYK 0.250.000.01   0.07
XYZ62.751275.161589.0422
Yxy75.16150.27650.3312
Hunter Lab86.6957-22.5175-0.2077
CIE-Lab89.4686-19.2299-5.1865

#b0ecea color RGB value is (176,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101100 11101010
Octal 260 354 352
Decimal 176 236 234
Hex B0 EC EA

RGB Percentages of Color #b0ecea

%27.24
%36.53
%36.22

CMYK Percentages of Color #b0ecea

%25
%0
%1
%7

Triadic Colors of #b0ecea

#b0ecea #eab0ec #eceab0

Analogous Colors of #b0ecea

#b0ecea #b0d0ec #b0eccc

Monochromatic Colors of #b0ecea

#b0ecea

Complementary Color

#b0ecea #ecb0b2

#b0ecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ecea Color CSS Codes

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

#b0ecea Text Font Color

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

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


#b0ecea Background Color

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

This div background color is #b0ecea


#b0ecea Border Color

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

This div border color is #b0ecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ecea


Comments

No comments written yet.

Please login to write comment.