Color Hex Logo

#b0e6af Color Hex

#B0E6AF
(176,230,175)
0 Favorites   0 Comments

Color spaces of #b0e6af

RGB 176230175
HSL0.330.520.79
HSV119°24°90°
CMYK 0.230.000.24   0.10
XYZ53.939268.918951.0172
Yxy68.91890.31020.3964
Hunter Lab83.0174-29.303021.6763
CIE-Lab86.4639-27.694321.3223

#b0e6af color RGB value is (176,230,175).

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

The process color (four color CMYK) of #b0e6af color hex is 0.23, 0.00, 0.24, 0.10. Web safe color of #b0e6af is #99ff99. Color #b0e6af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100110 10101111
Octal 260 346 257
Decimal 176 230 175
Hex B0 E6 AF

RGB Percentages of Color #b0e6af

%30.29
%39.59
%30.12

CMYK Percentages of Color #b0e6af

%23
%0
%24
%10

Triadic Colors of #b0e6af

#b0e6af #afb0e6 #e6afb0

Analogous Colors of #b0e6af

#b0e6af #afe6ca #cce6af

Monochromatic Colors of #b0e6af

#b0e6af

Complementary Color

#b0e6af #e5afe6

#b0e6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e6af Color CSS Codes

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

#b0e6af Text Font Color

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

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


#b0e6af Background Color

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

This div background color is #b0e6af


#b0e6af Border Color

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

This div border color is #b0e6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e6af


Comments

No comments written yet.

Please login to write comment.