Color Hex Logo

#b3efde Color Hex

#B3EFDE
(179,239,222)
0 Favorites   0 Comments

Color spaces of #b3efde

RGB 179239222
HSL0.450.650.82
HSV163°25°94°
CMYK 0.250.000.07   0.06
XYZ62.641776.590680.5891
Yxy76.59060.28500.3484
Hunter Lab87.5161-25.38756.6641
CIE-Lab90.1328-22.34652.0751

#b3efde color RGB value is (179,239,222).

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

The process color (four color CMYK) of #b3efde color hex is 0.25, 0.00, 0.07, 0.06. Web safe color of #b3efde is #ccffcc. Color #b3efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101111 11011110
Octal 263 357 336
Decimal 179 239 222
Hex B3 EF DE

RGB Percentages of Color #b3efde

%27.97
%37.34
%34.69

CMYK Percentages of Color #b3efde

%25
%0
%7
%6

Triadic Colors of #b3efde

#b3efde #deb3ef #efdeb3

Analogous Colors of #b3efde

#b3efde #b3e2ef #b3efc0

Monochromatic Colors of #b3efde

#b3efde

Complementary Color

#b3efde #efb3c4

#b3efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3efde Color CSS Codes

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

#b3efde Text Font Color

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

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


#b3efde Background Color

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

This div background color is #b3efde


#b3efde Border Color

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

This div border color is #b3efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3efde


Comments

No comments written yet.

Please login to write comment.