Color Hex Logo

#b4ebc8 Color Hex

#B4EBC8
(180,235,200)
0 Favorites   0 Comments

Color spaces of #b4ebc8

RGB 180235200
HSL0.390.580.81
HSV142°23°92°
CMYK 0.230.000.15   0.08
XYZ58.956073.290165.6827
Yxy73.29010.29790.3703
Hunter Lab85.6096-26.890914.4374
CIE-Lab88.5859-24.385511.3308

#b4ebc8 color RGB value is (180,235,200).

#b4ebc8 hex color red value is 180, green value is 235 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b4ebc8 hue: 0.39 , saturation: 0.58 and the lightness value of b4ebc8 is 0.81.

The process color (four color CMYK) of #b4ebc8 color hex is 0.23, 0.00, 0.15, 0.08. Web safe color of #b4ebc8 is #ccffcc. Color #b4ebc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 11001000
Octal 264 353 310
Decimal 180 235 200
Hex B4 EB C8

RGB Percentages of Color #b4ebc8

%29.27
%38.21
%32.52

CMYK Percentages of Color #b4ebc8

%23
%0
%15
%8

Triadic Colors of #b4ebc8

#b4ebc8 #c8b4eb #ebc8b4

Analogous Colors of #b4ebc8

#b4ebc8 #b4ebe4 #bcebb4

Monochromatic Colors of #b4ebc8

#b4ebc8

Complementary Color

#b4ebc8 #ebb4d7

#b4ebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebc8 Color CSS Codes

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

#b4ebc8 Text Font Color

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

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


#b4ebc8 Background Color

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

This div background color is #b4ebc8


#b4ebc8 Border Color

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

This div border color is #b4ebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebc8


Comments

No comments written yet.

Please login to write comment.