Color Hex Logo

#b4eeda Color Hex

#B4EEDA
(180,238,218)
0 Favorites   0 Comments

Color spaces of #b4eeda

RGB 180238218
HSL0.440.630.82
HSV159°24°93°
CMYK 0.240.000.08   0.07
XYZ62.051875.914377.7121
Yxy75.91430.28770.3520
Hunter Lab87.1288-25.35058.1081
CIE-Lab89.8195-22.36623.7139

#b4eeda color RGB value is (180,238,218).

#b4eeda hex color red value is 180, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b4eeda hue: 0.44 , saturation: 0.63 and the lightness value of b4eeda is 0.82.

The process color (four color CMYK) of #b4eeda color hex is 0.24, 0.00, 0.08, 0.07. Web safe color of #b4eeda is #ccffcc. Color #b4eeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101110 11011010
Octal 264 356 332
Decimal 180 238 218
Hex B4 EE DA

RGB Percentages of Color #b4eeda

%28.30
%37.42
%34.28

CMYK Percentages of Color #b4eeda

%24
%0
%8
%7

Triadic Colors of #b4eeda

#b4eeda #dab4ee #eedab4

Analogous Colors of #b4eeda

#b4eeda #b4e5ee #b4eebd

Monochromatic Colors of #b4eeda

#b4eeda

Complementary Color

#b4eeda #eeb4c8

#b4eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eeda Color CSS Codes

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

#b4eeda Text Font Color

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

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


#b4eeda Background Color

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

This div background color is #b4eeda


#b4eeda Border Color

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

This div border color is #b4eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eeda


Comments

No comments written yet.

Please login to write comment.