Color Hex Logo

#b4efdc Color Hex

#B4EFDC
(180,239,220)
0 Favorites   0 Comments

Color spaces of #b4efdc

RGB 180239220
HSL0.450.650.82
HSV161°25°94°
CMYK 0.250.000.08   0.06
XYZ62.607276.603679.1964
Yxy76.60360.28670.3507
Hunter Lab87.5235-25.48177.6174
CIE-Lab90.1389-22.45233.1337

#b4efdc color RGB value is (180,239,220).

#b4efdc hex color red value is 180, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b4efdc hue: 0.45 , saturation: 0.65 and the lightness value of b4efdc is 0.82.

The process color (four color CMYK) of #b4efdc color hex is 0.25, 0.00, 0.08, 0.06. Web safe color of #b4efdc is #ccffcc. Color #b4efdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101111 11011100
Octal 264 357 334
Decimal 180 239 220
Hex B4 EF DC

RGB Percentages of Color #b4efdc

%28.17
%37.40
%34.43

CMYK Percentages of Color #b4efdc

%25
%0
%8
%6

Triadic Colors of #b4efdc

#b4efdc #dcb4ef #efdcb4

Analogous Colors of #b4efdc

#b4efdc #b4e5ef #b4efbf

Monochromatic Colors of #b4efdc

#b4efdc

Complementary Color

#b4efdc #efb4c7

#b4efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4efdc Color CSS Codes

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

#b4efdc Text Font Color

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

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


#b4efdc Background Color

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

This div background color is #b4efdc


#b4efdc Border Color

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

This div border color is #b4efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4efdc


Comments

No comments written yet.

Please login to write comment.