Color Hex Logo

#b2ddee Color Hex

#B2DDEE
(178,221,238)
0 Favorites   0 Comments

Color spaces of #b2ddee

RGB 178221238
HSL0.550.640.82
HSV197°25°93°
CMYK 0.250.070.00   0.07
XYZ59.649267.350990.7451
Yxy67.35090.27390.3093
Hunter Lab82.0676-13.8791-8.1118
CIE-Lab85.6808-10.1990-12.9018

#b2ddee color RGB value is (178,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 11101110
Octal 262 335 356
Decimal 178 221 238
Hex B2 DD EE

RGB Percentages of Color #b2ddee

%27.94
%34.69
%37.36

CMYK Percentages of Color #b2ddee

%25
%7
%0
%7

Triadic Colors of #b2ddee

#b2ddee #eeb2dd #ddeeb2

Analogous Colors of #b2ddee

#b2ddee #b2bfee #b2eee1

Monochromatic Colors of #b2ddee

#b2ddee

Complementary Color

#b2ddee #eec3b2

#b2ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ddee Color CSS Codes

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

#b2ddee Text Font Color

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

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


#b2ddee Background Color

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

This div background color is #b2ddee


#b2ddee Border Color

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

This div border color is #b2ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ddee


Comments

No comments written yet.

Please login to write comment.