#b4edd0

#b4edd0 color hex

#b4edd0 hex color information.
RGB value of #b4edd0 is (180,237,208)
Change page background color to #b4edd0 | Reset

#b4edd0 rgb color chart

Color spaces of #b4edd0

RGB 180237208
HSL0.420.610.82
HSV149°24°93°
CMYK 0.240.000.12   0.07
XYZ60.491774.825770.9291
Yxy74.82570.29330.3628
Hunter Lab86.5018-26.551211.9352
CIE-Lab89.3113-23.84158.1969

Shades of #b4edd0

Tints of #b4edd0

RGB Percentages of Color #b4edd0

%28.80
%37.92
%33.28

CMYK Percentages of Color #b4edd0

%24
%0
%12
%7

#b4edd0 Color Info

#b4edd0 hex color red value is 180, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b4edd0 hue: 0.42 , saturation: 0.61 and the lightness value of b4edd0 is 0.82.

The process color (four color CMYK) of #b4edd0 hex color is 0.24, 0.00, 0.12, 0.07. Web safe color of #b4edd0 is #ccffcc

Color #b4edd0 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101101 11010000
Octal 264 355 320
Decimal 180 237 208
Hexadecimal B4 ED D0

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #b4edd0

Triadic Colors of #b4edd0

#b4edd0 #cfb3ed #edcfb3

Analogous Colors of #b4edd0

#b4edd0 #b3edec #b4edb3

Complementary Color of #b4edd0

#b4edd0 #edb3d1

#b4edd0 HSL Color Chart
#b4edd0 hsl color chart
#b4edd0 RGB Color Chart

#b4edd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4edd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4edd0 Color CSS Codes

.mybgcolor {background-color:#b4edd0; } 
.myforecolor {color:#b4edd0; }
.mybordercolor {border:3px solid #b4edd0; }
Sample text font color #b4edd0

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

html code
<p style="color:#b4edd0">Text here</p>
#b4edd0 background color

This div background color is #b4edd0

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

This div border color is #b4edd0

<div style="border:3px solid #b4edd0">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #b4edd0 Color Sample
#b4edd0border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(180,237,208, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #b4edd0; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #b4edd0;
  -webkit-box-shadow: 1px 1px 3px 2px #b4edd0;
  box-shadow:         1px 1px 3px 2px #b4edd0; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,237,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4edd0">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #b4edd0

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top