Color Hex Logo

#b2dfee Color Hex LightBlue2

#B2DFEE
(178,223,238)
26 Favorites   0 Comments

Color spaces of #b2dfee LightBlue2

RGB 178223238
HSL0.540.640.82
HSV195°25°93°
CMYK 0.250.060.00   0.07
XYZ60.180468.413490.9222
Yxy68.41340.27420.3117
Hunter Lab82.7124-14.8725-7.2763
CIE-Lab86.2127-11.2247-12.1071

#b2dfee color RGB value is (178,223,238). #b2dfee color name is LightBlue2 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011111 11101110
Octal 262 337 356
Decimal 178 223 238
Hex B2 DF EE

RGB Percentages of Color #b2dfee

%27.86
%34.90
%37.25

CMYK Percentages of Color #b2dfee

%25
%6
%0
%7

Triadic Colors of #b2dfee

#b2dfee #eeb2df #dfeeb2

Analogous Colors of #b2dfee

#b2dfee #b2c1ee #b2eedf

Monochromatic Colors of #b2dfee

#b2dfee

Complementary Color

#b2dfee #eec1b2

#b2dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dfee Color CSS Codes

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

#b2dfee Text Font Color

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

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


#b2dfee Background Color

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

This div background color is #b2dfee


#b2dfee Border Color

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

This div border color is #b2dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dfee


Comments

No comments written yet.

Please login to write comment.