Color Hex Logo

#b4eeec Color Hex

#B4EEEC
(180,238,236)
0 Favorites   0 Comments

Color spaces of #b4eeec

RGB 180238236
HSL0.490.630.82
HSV178°24°93°
CMYK 0.240.000.01   0.07
XYZ64.537276.908590.8002
Yxy76.90850.27790.3312
Hunter Lab87.6975-22.11120.0006
CIE-Lab90.2795-18.6332-5.0112

#b4eeec color RGB value is (180,238,236).

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

The process color (four color CMYK) of #b4eeec color hex is 0.24, 0.00, 0.01, 0.07. Web safe color of #b4eeec is #ccffff. Color #b4eeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101110 11101100
Octal 264 356 354
Decimal 180 238 236
Hex B4 EE EC

RGB Percentages of Color #b4eeec

%27.52
%36.39
%36.09

CMYK Percentages of Color #b4eeec

%24
%0
%1
%7

Triadic Colors of #b4eeec

#b4eeec #ecb4ee #eeecb4

Analogous Colors of #b4eeec

#b4eeec #b4d3ee #b4eecf

Monochromatic Colors of #b4eeec

#b4eeec

Complementary Color

#b4eeec #eeb4b6

#b4eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eeec Color CSS Codes

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

#b4eeec Text Font Color

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

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


#b4eeec Background Color

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

This div background color is #b4eeec


#b4eeec Border Color

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

This div border color is #b4eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eeec


Comments

No comments written yet.

Please login to write comment.