Color Hex Logo

#b3dfef Color Hex

#B3DFEF
(179,223,239)
0 Favorites   0 Comments

Color spaces of #b3dfef

RGB 179223239
HSL0.540.650.82
HSV196°25°94°
CMYK 0.250.070.00   0.06
XYZ60.558168.591191.7090
Yxy68.59110.27420.3106
Hunter Lab82.8197-14.4147-7.6799
CIE-Lab86.3012-10.7095-12.4964

#b3dfef color RGB value is (179,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 11101111
Octal 263 337 357
Decimal 179 223 239
Hex B3 DF EF

RGB Percentages of Color #b3dfef

%27.93
%34.79
%37.29

CMYK Percentages of Color #b3dfef

%25
%7
%0
%6

Triadic Colors of #b3dfef

#b3dfef #efb3df #dfefb3

Analogous Colors of #b3dfef

#b3dfef #b3c1ef #b3efe1

Monochromatic Colors of #b3dfef

#b3dfef

Complementary Color

#b3dfef #efc3b3

#b3dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfef Color CSS Codes

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

#b3dfef Text Font Color

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

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


#b3dfef Background Color

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

This div background color is #b3dfef


#b3dfef Border Color

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

This div border color is #b3dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfef


Comments

No comments written yet.

Please login to write comment.