Color Hex Logo

#b4ebea Color Hex

#B4EBEA
(180,235,234)
0 Favorites   0 Comments

Color spaces of #b4ebea

RGB 180235234
HSL0.500.580.81
HSV179°23°92°
CMYK 0.230.000.00   0.08
XYZ63.382075.060588.9894
Yxy75.06050.27870.3300
Hunter Lab86.6375-21.0290-0.2533
CIE-Lab89.4213-17.5722-5.2310

#b4ebea color RGB value is (180,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 11101010
Octal 264 353 352
Decimal 180 235 234
Hex B4 EB EA

RGB Percentages of Color #b4ebea

%27.73
%36.21
%36.06

CMYK Percentages of Color #b4ebea

%23
%0
%0
%8

Triadic Colors of #b4ebea

#b4ebea #eab4eb #ebeab4

Analogous Colors of #b4ebea

#b4ebea #b4d1eb #b4ebcf

Monochromatic Colors of #b4ebea

#b4ebea

Complementary Color

#b4ebea #ebb4b5

#b4ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebea Color CSS Codes

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

#b4ebea Text Font Color

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

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


#b4ebea Background Color

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

This div background color is #b4ebea


#b4ebea Border Color

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

This div border color is #b4ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebea

#b4ebea Color Palettes


Comments

No comments written yet.

Please login to write comment.