Color Hex Logo

#b8ebc2 Color Hex

#B8EBC2
(184,235,194)
0 Favorites   0 Comments

Color spaces of #b8ebc2

RGB 184235194
HSL0.370.560.82
HSV132°22°92°
CMYK 0.220.000.17   0.08
XYZ59.213173.502162.1054
Yxy73.50210.30390.3773
Hunter Lab85.7334-26.749617.0636
CIE-Lab88.6866-24.200814.6298

#b8ebc2 color RGB value is (184,235,194).

#b8ebc2 hex color red value is 184, green value is 235 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #b8ebc2 hue: 0.37 , saturation: 0.56 and the lightness value of b8ebc2 is 0.82.

The process color (four color CMYK) of #b8ebc2 color hex is 0.22, 0.00, 0.17, 0.08. Web safe color of #b8ebc2 is #ccffcc. Color #b8ebc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101011 11000010
Octal 270 353 302
Decimal 184 235 194
Hex B8 EB C2

RGB Percentages of Color #b8ebc2

%30.02
%38.34
%31.65

CMYK Percentages of Color #b8ebc2

%22
%0
%17
%8

Triadic Colors of #b8ebc2

#b8ebc2 #c2b8eb #ebc2b8

Analogous Colors of #b8ebc2

#b8ebc2 #b8ebdc #c8ebb8

Monochromatic Colors of #b8ebc2

#b8ebc2

Complementary Color

#b8ebc2 #ebb8e1

#b8ebc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ebc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ebc2 Color CSS Codes

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

#b8ebc2 Text Font Color

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

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


#b8ebc2 Background Color

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

This div background color is #b8ebc2


#b8ebc2 Border Color

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

This div border color is #b8ebc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ebc2


Comments

No comments written yet.

Please login to write comment.