Color Hex Logo

#b3edfa Color Hex

#B3EDFA
(179,237,250)
0 Favorites   0 Comments

Color spaces of #b3edfa

RGB 179237250
HSL0.530.880.84
HSV191°28°98°
CMYK 0.280.050.00   0.02
XYZ66.129977.0542101.8300
Yxy77.05420.26990.3145
Hunter Lab87.7805-19.1420-7.3331
CIE-Lab90.3466-15.3365-12.2287

#b3edfa color RGB value is (179,237,250).

#b3edfa hex color red value is 179, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b3edfa hue: 0.53 , saturation: 0.88 and the lightness value of b3edfa is 0.84.

The process color (four color CMYK) of #b3edfa color hex is 0.28, 0.05, 0.00, 0.02. Web safe color of #b3edfa is #ccffff. Color #b3edfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101101 11111010
Octal 263 355 372
Decimal 179 237 250
Hex B3 ED FA

RGB Percentages of Color #b3edfa

%26.88
%35.59
%37.54

CMYK Percentages of Color #b3edfa

%28
%5
%0
%2

Triadic Colors of #b3edfa

#b3edfa #fab3ed #edfab3

Analogous Colors of #b3edfa

#b3edfa #b3cafa #b3fae4

Monochromatic Colors of #b3edfa

#b3edfa

Complementary Color

#b3edfa #fac0b3

#b3edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3edfa Color CSS Codes

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

#b3edfa Text Font Color

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

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


#b3edfa Background Color

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

This div background color is #b3edfa


#b3edfa Border Color

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

This div border color is #b3edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3edfa


Comments

No comments written yet.

Please login to write comment.