Color Hex Logo

#b3eaeb Color Hex

#B3EAEB
(179,234,235)
0 Favorites   0 Comments

Color spaces of #b3eaeb

RGB 179234235
HSL0.500.580.81
HSV181°24°92°
CMYK 0.240.000.00   0.08
XYZ63.008674.427589.6423
Yxy74.42750.27750.3278
Hunter Lab86.2714-20.6068-1.2167
CIE-Lab89.1241-17.1508-6.1995

#b3eaeb color RGB value is (179,234,235).

#b3eaeb hex color red value is 179, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b3eaeb hue: 0.50 , saturation: 0.58 and the lightness value of b3eaeb is 0.81.

The process color (four color CMYK) of #b3eaeb color hex is 0.24, 0.00, 0.00, 0.08. Web safe color of #b3eaeb is #ccffff. Color #b3eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101010 11101011
Octal 263 352 353
Decimal 179 234 235
Hex B3 EA EB

RGB Percentages of Color #b3eaeb

%27.62
%36.11
%36.27

CMYK Percentages of Color #b3eaeb

%24
%0
%0
%8

Triadic Colors of #b3eaeb

#b3eaeb #ebb3ea #eaebb3

Analogous Colors of #b3eaeb

#b3eaeb #b3ceeb #b3ebd0

Monochromatic Colors of #b3eaeb

#b3eaeb

Complementary Color

#b3eaeb #ebb4b3

#b3eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eaeb Color CSS Codes

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

#b3eaeb Text Font Color

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

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


#b3eaeb Background Color

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

This div background color is #b3eaeb


#b3eaeb Border Color

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

This div border color is #b3eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eaeb


Comments

No comments written yet.

Please login to write comment.