Color Hex Logo

#b3eeef Color Hex

#B3EEEF
(179,238,239)
0 Favorites   0 Comments

Color spaces of #b3eeef

RGB 179238239
HSL0.500.650.82
HSV181°25°94°
CMYK 0.250.000.00   0.06
XYZ64.744976.964893.1046
Yxy76.96480.27570.3278
Hunter Lab87.7296-21.7928-1.5119
CIE-Lab90.3054-18.2741-6.5458

#b3eeef color RGB value is (179,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101110 11101111
Octal 263 356 357
Decimal 179 238 239
Hex B3 EE EF

RGB Percentages of Color #b3eeef

%27.29
%36.28
%36.43

CMYK Percentages of Color #b3eeef

%25
%0
%0
%6

Triadic Colors of #b3eeef

#b3eeef #efb3ee #eeefb3

Analogous Colors of #b3eeef

#b3eeef #b3d0ef #b3efd2

Monochromatic Colors of #b3eeef

#b3eeef

Complementary Color

#b3eeef #efb4b3

#b3eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eeef Color CSS Codes

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

#b3eeef Text Font Color

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

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


#b3eeef Background Color

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

This div background color is #b3eeef


#b3eeef Border Color

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

This div border color is #b3eeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,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 #b3eeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eeef


Comments

No comments written yet.

Please login to write comment.