Color Hex Logo

#b0edaf Color Hex

#B0EDAF
(176,237,175)
0 Favorites   0 Comments

Color spaces of #b0edaf

RGB 176237175
HSL0.330.630.81
HSV119°26°93°
CMYK 0.260.000.26   0.07
XYZ55.926572.893651.6797
Yxy72.89360.30980.4038
Hunter Lab85.3777-32.485023.8758
CIE-Lab88.3969-31.003823.9856

#b0edaf color RGB value is (176,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101101 10101111
Octal 260 355 257
Decimal 176 237 175
Hex B0 ED AF

RGB Percentages of Color #b0edaf

%29.93
%40.31
%29.76

CMYK Percentages of Color #b0edaf

%26
%0
%26
%7

Triadic Colors of #b0edaf

#b0edaf #afb0ed #edafb0

Analogous Colors of #b0edaf

#b0edaf #afedcd #cfedaf

Monochromatic Colors of #b0edaf

#b0edaf

Complementary Color

#b0edaf #ecafed

#b0edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0edaf Color CSS Codes

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

#b0edaf Text Font Color

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

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


#b0edaf Background Color

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

This div background color is #b0edaf


#b0edaf Border Color

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

This div border color is #b0edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0edaf


Comments

No comments written yet.

Please login to write comment.