Color Hex Logo

#b3eaee Color Hex

#B3EAEE
(179,234,238)
0 Favorites   0 Comments

Color spaces of #b3eaee

RGB 179234238
HSL0.510.630.82
HSV184°25°93°
CMYK 0.250.020.00   0.07
XYZ63.445874.602491.9447
Yxy74.60240.27590.3244
Hunter Lab86.3727-20.0335-2.6540
CIE-Lab89.2064-16.4994-7.6490

#b3eaee color RGB value is (179,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101010 11101110
Octal 263 352 356
Decimal 179 234 238
Hex B3 EA EE

RGB Percentages of Color #b3eaee

%27.50
%35.94
%36.56

CMYK Percentages of Color #b3eaee

%25
%2
%0
%7

Triadic Colors of #b3eaee

#b3eaee #eeb3ea #eaeeb3

Analogous Colors of #b3eaee

#b3eaee #b3cdee #b3eed5

Monochromatic Colors of #b3eaee

#b3eaee

Complementary Color

#b3eaee #eeb7b3

#b3eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eaee Color CSS Codes

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

#b3eaee Text Font Color

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

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


#b3eaee Background Color

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

This div background color is #b3eaee


#b3eaee Border Color

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

This div border color is #b3eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eaee


Comments

No comments written yet.

Please login to write comment.