Color Hex Logo

#b2deee Color Hex

#B2DEEE
(178,222,238)
0 Favorites   0 Comments

Color spaces of #b2deee

RGB 178222238
HSL0.540.640.82
HSV196°25°93°
CMYK 0.250.070.00   0.07
XYZ59.914067.880690.8334
Yxy67.88060.27400.3105
Hunter Lab82.3897-14.3763-7.6936
CIE-Lab85.9467-10.7125-12.5045

#b2deee color RGB value is (178,222,238).

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

The process color (four color CMYK) of #b2deee color hex is 0.25, 0.07, 0.00, 0.07. Web safe color of #b2deee is #99ccff. Color #b2deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011110 11101110
Octal 262 336 356
Decimal 178 222 238
Hex B2 DE EE

RGB Percentages of Color #b2deee

%27.90
%34.80
%37.30

CMYK Percentages of Color #b2deee

%25
%7
%0
%7

Triadic Colors of #b2deee

#b2deee #eeb2de #deeeb2

Analogous Colors of #b2deee

#b2deee #b2c0ee #b2eee0

Monochromatic Colors of #b2deee

#b2deee

Complementary Color

#b2deee #eec2b2

#b2deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2deee Color CSS Codes

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

#b2deee Text Font Color

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

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


#b2deee Background Color

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

This div background color is #b2deee


#b2deee Border Color

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

This div border color is #b2deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2deee


Comments

No comments written yet.

Please login to write comment.