Color Hex Logo

#b4eeef Color Hex

#B4EEEF
(180,238,239)
0 Favorites   0 Comments

Color spaces of #b4eeef

RGB 180238239
HSL0.500.650.82
HSV181°25°94°
CMYK 0.250.000.00   0.06
XYZ64.976977.084493.1155
Yxy77.08440.27630.3278
Hunter Lab87.7977-21.5426-1.4227
CIE-Lab90.3604-17.9864-6.4583

#b4eeef color RGB value is (180,238,239).

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

The process color (four color CMYK) of #b4eeef color hex is 0.25, 0.00, 0.00, 0.06. Web safe color of #b4eeef is #ccffff. Color #b4eeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101110 11101111
Octal 264 356 357
Decimal 180 238 239
Hex B4 EE EF

RGB Percentages of Color #b4eeef

%27.40
%36.23
%36.38

CMYK Percentages of Color #b4eeef

%25
%0
%0
%6

Triadic Colors of #b4eeef

#b4eeef #efb4ee #eeefb4

Analogous Colors of #b4eeef

#b4eeef #b4d1ef #b4efd3

Monochromatic Colors of #b4eeef

#b4eeef

Complementary Color

#b4eeef #efb5b4

#b4eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eeef Color CSS Codes

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

#b4eeef Text Font Color

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

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


#b4eeef Background Color

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

This div background color is #b4eeef


#b4eeef Border Color

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

This div border color is #b4eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eeef


Comments

No comments written yet.

Please login to write comment.