Color Hex Logo

#b0edad Color Hex

#B0EDAD
(176,237,173)
0 Favorites   0 Comments

Color spaces of #b0edad

RGB 176237173
HSL0.330.640.80
HSV117°27°93°
CMYK 0.260.000.27   0.07
XYZ55.731572.815650.6526
Yxy72.81560.31100.4063
Hunter Lab85.3321-32.750424.5382
CIE-Lab88.3597-31.330824.9618

#b0edad color RGB value is (176,237,173).

#b0edad hex color red value is 176, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b0edad hue: 0.33 , saturation: 0.64 and the lightness value of b0edad is 0.80.

The process color (four color CMYK) of #b0edad color hex is 0.26, 0.00, 0.27, 0.07. Web safe color of #b0edad is #99ff99. Color #b0edad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101101 10101101
Octal 260 355 255
Decimal 176 237 173
Hex B0 ED AD

RGB Percentages of Color #b0edad

%30.03
%40.44
%29.52

CMYK Percentages of Color #b0edad

%26
%0
%27
%7

Triadic Colors of #b0edad

#b0edad #adb0ed #edadb0

Analogous Colors of #b0edad

#b0edad #adedca #d0edad

Monochromatic Colors of #b0edad

#b0edad

Complementary Color

#b0edad #eaaded

#b0edad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0edad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0edad Color CSS Codes

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

#b0edad Text Font Color

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

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


#b0edad Background Color

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

This div background color is #b0edad


#b0edad Border Color

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

This div border color is #b0edad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0edad


Comments

No comments written yet.

Please login to write comment.