Color Hex Logo

#b8fdbc Color Hex

#B8FDBC
(184,253,188)
0 Favorites   0 Comments

Color spaces of #b8fdbc

RGB 184253188
HSL0.340.950.86
HSV123°27°99°
CMYK 0.270.000.26   0.01
XYZ63.969584.071760.4329
Yxy84.07170.30680.4033
Hunter Lab91.6906-35.925125.1056
CIE-Lab93.4816-33.728024.3996

#b8fdbc color RGB value is (184,253,188).

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

The process color (four color CMYK) of #b8fdbc color hex is 0.27, 0.00, 0.26, 0.01. Web safe color of #b8fdbc is #ccffcc. Color #b8fdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111101 10111100
Octal 270 375 274
Decimal 184 253 188
Hex B8 FD BC

RGB Percentages of Color #b8fdbc

%29.44
%40.48
%30.08

CMYK Percentages of Color #b8fdbc

%27
%0
%26
%1

Triadic Colors of #b8fdbc

#b8fdbc #bcb8fd #fdbcb8

Analogous Colors of #b8fdbc

#b8fdbc #b8fddf #d7fdb8

Monochromatic Colors of #b8fdbc

#b8fdbc

Complementary Color

#b8fdbc #fdb8f9

#b8fdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fdbc Color CSS Codes

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

#b8fdbc Text Font Color

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

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


#b8fdbc Background Color

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

This div background color is #b8fdbc


#b8fdbc Border Color

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

This div border color is #b8fdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fdbc

Related Colors


Comments

No comments written yet.

Please login to write comment.