Color Hex Logo

#b8f5bc Color Hex

#B8F5BC
(184,245,188)
0 Favorites   0 Comments

Color spaces of #b8f5bc

RGB 184245188
HSL0.340.750.84
HSV124°25°96°
CMYK 0.250.000.23   0.04
XYZ61.496779.126059.6086
Yxy79.12600.30710.3952
Hunter Lab88.9528-32.263122.5358
CIE-Lab91.2913-30.007221.3738

#b8f5bc color RGB value is (184,245,188).

#b8f5bc hex color red value is 184, green value is 245 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b8f5bc hue: 0.34 , saturation: 0.75 and the lightness value of b8f5bc is 0.84.

The process color (four color CMYK) of #b8f5bc color hex is 0.25, 0.00, 0.23, 0.04. Web safe color of #b8f5bc is #ccffcc. Color #b8f5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11110101 10111100
Octal 270 365 274
Decimal 184 245 188
Hex B8 F5 BC

RGB Percentages of Color #b8f5bc

%29.82
%39.71
%30.47

CMYK Percentages of Color #b8f5bc

%25
%0
%23
%4

Triadic Colors of #b8f5bc

#b8f5bc #bcb8f5 #f5bcb8

Analogous Colors of #b8f5bc

#b8f5bc #b8f5db #d3f5b8

Monochromatic Colors of #b8f5bc

#b8f5bc

Complementary Color

#b8f5bc #f5b8f1

#b8f5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8f5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8f5bc Color CSS Codes

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

#b8f5bc Text Font Color

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

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


#b8f5bc Background Color

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

This div background color is #b8f5bc


#b8f5bc Border Color

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

This div border color is #b8f5bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,245,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8f5bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8f5bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b8f5bc;
  box-shadow:         1px 1px 3px 2px #b8f5bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,245,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8f5bc

Related Colors


Comments

No comments written yet.

Please login to write comment.