Color Hex Logo

#b3dfed Color Hex

#B3DFED
(179,223,237)
0 Favorites   0 Comments

Color spaces of #b3dfed

RGB 179223237
HSL0.540.620.82
HSV194°24°93°
CMYK 0.240.060.00   0.07
XYZ60.264168.473590.1612
Yxy68.47350.27530.3128
Hunter Lab82.7487-14.8126-6.6770
CIE-Lab86.2427-11.1547-11.5286

#b3dfed color RGB value is (179,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 11101101
Octal 263 337 355
Decimal 179 223 237
Hex B3 DF ED

RGB Percentages of Color #b3dfed

%28.01
%34.90
%37.09

CMYK Percentages of Color #b3dfed

%24
%6
%0
%7

Triadic Colors of #b3dfed

#b3dfed #edb3df #dfedb3

Analogous Colors of #b3dfed

#b3dfed #b3c2ed #b3edde

Monochromatic Colors of #b3dfed

#b3dfed

Complementary Color

#b3dfed #edc1b3

#b3dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfed Color CSS Codes

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

#b3dfed Text Font Color

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

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


#b3dfed Background Color

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

This div background color is #b3dfed


#b3dfed Border Color

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

This div border color is #b3dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfed


Comments

No comments written yet.

Please login to write comment.