Color Hex Logo

#b4edcb Color Hex

#B4EDCB
(180,237,203)
0 Favorites   0 Comments

Color spaces of #b4edcb

RGB 180237203
HSL0.400.610.82
HSV144°24°93°
CMYK 0.240.000.14   0.07
XYZ59.886174.583567.7396
Yxy74.58350.29620.3688
Hunter Lab86.3617-27.355213.9479
CIE-Lab89.1975-24.791210.6394

#b4edcb color RGB value is (180,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101101 11001011
Octal 264 355 313
Decimal 180 237 203
Hex B4 ED CB

RGB Percentages of Color #b4edcb

%29.03
%38.23
%32.74

CMYK Percentages of Color #b4edcb

%24
%0
%14
%7

Triadic Colors of #b4edcb

#b4edcb #cbb4ed #edcbb4

Analogous Colors of #b4edcb

#b4edcb #b4ede8 #baedb4

Monochromatic Colors of #b4edcb

#b4edcb

Complementary Color

#b4edcb #edb4d6

#b4edcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4edcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4edcb Color CSS Codes

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

#b4edcb Text Font Color

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

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


#b4edcb Background Color

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

This div background color is #b4edcb


#b4edcb Border Color

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

This div border color is #b4edcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4edcb


Comments

No comments written yet.

Please login to write comment.