Color Hex Logo

#b4edcd Color Hex

#B4EDCD
(180,237,205)
0 Favorites   0 Comments

Color spaces of #b4edcd

RGB 180237205
HSL0.410.610.82
HSV146°24°93°
CMYK 0.240.000.14   0.07
XYZ60.126074.679469.0032
Yxy74.67940.29500.3664
Hunter Lab86.4172-27.036313.1497
CIE-Lab89.2426-24.41399.6620

#b4edcd color RGB value is (180,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101101 11001101
Octal 264 355 315
Decimal 180 237 205
Hex B4 ED CD

RGB Percentages of Color #b4edcd

%28.94
%38.10
%32.96

CMYK Percentages of Color #b4edcd

%24
%0
%14
%7

Triadic Colors of #b4edcd

#b4edcd #cdb4ed #edcdb4

Analogous Colors of #b4edcd

#b4edcd #b4edea #b8edb4

Monochromatic Colors of #b4edcd

#b4edcd

Complementary Color

#b4edcd #edb4d4

#b4edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4edcd Color CSS Codes

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

#b4edcd Text Font Color

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

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


#b4edcd Background Color

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

This div background color is #b4edcd


#b4edcd Border Color

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

This div border color is #b4edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4edcd

#b4edcd Color Palettes


Comments

No comments written yet.

Please login to write comment.