Color Hex Logo

#b2edff Color Hex

#B2EDFF
(178,237,255)
0 Favorites   0 Comments

Color spaces of #b2edff

RGB 178237255
HSL0.541.000.85
HSV194°30°100°
CMYK 0.300.070.00   0.00
XYZ66.694377.2534106.0040
Yxy77.25340.26680.3091
Hunter Lab87.8939-18.3677-9.9807
CIE-Lab90.4381-14.4743-14.7075

#b2edff color RGB value is (178,237,255).

#b2edff hex color red value is 178, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b2edff hue: 0.54 , saturation: 1.00 and the lightness value of b2edff is 0.85.

The process color (four color CMYK) of #b2edff color hex is 0.30, 0.07, 0.00, 0.00. Web safe color of #b2edff is #99ffff. Color #b2edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101101 11111111
Octal 262 355 377
Decimal 178 237 255
Hex B2 ED FF

RGB Percentages of Color #b2edff

%26.57
%35.37
%38.06

CMYK Percentages of Color #b2edff

%30
%7
%0
%0

Triadic Colors of #b2edff

#b2edff #ffb2ed #edffb2

Analogous Colors of #b2edff

#b2edff #b2c7ff #b2ffeb

Monochromatic Colors of #b2edff

#b2edff

Complementary Color

#b2edff #ffc4b2

#b2edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2edff Color CSS Codes

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

#b2edff Text Font Color

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

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


#b2edff Background Color

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

This div background color is #b2edff


#b2edff Border Color

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

This div border color is #b2edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2edff

Related Colors

#b2edff Color Palettes


Comments

No comments written yet.

Please login to write comment.