Color Hex Logo

#b3deed Color Hex

#B3DEED
(179,222,237)
0 Favorites   0 Comments

Color spaces of #b3deed

RGB 179222237
HSL0.540.620.82
HSV196°24°93°
CMYK 0.240.060.00   0.07
XYZ59.997767.940790.0724
Yxy67.94070.27520.3116
Hunter Lab82.4261-14.3162-7.0917
CIE-Lab85.9768-10.6426-11.9253

#b3deed color RGB value is (179,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011110 11101101
Octal 263 336 355
Decimal 179 222 237
Hex B3 DE ED

RGB Percentages of Color #b3deed

%28.06
%34.80
%37.15

CMYK Percentages of Color #b3deed

%24
%6
%0
%7

Triadic Colors of #b3deed

#b3deed #edb3de #deedb3

Analogous Colors of #b3deed

#b3deed #b3c1ed #b3eddf

Monochromatic Colors of #b3deed

#b3deed

Complementary Color

#b3deed #edc2b3

#b3deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3deed Color CSS Codes

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

#b3deed Text Font Color

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

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


#b3deed Background Color

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

This div background color is #b3deed


#b3deed Border Color

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

This div border color is #b3deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3deed


Comments

No comments written yet.

Please login to write comment.