Color Hex Logo

#b2edfb Color Hex

#B2EDFB
(178,237,251)
0 Favorites   0 Comments

Color spaces of #b2edfb

RGB 178237251
HSL0.530.900.84
HSV192°29°98°
CMYK 0.290.060.00   0.02
XYZ66.056976.9984102.6474
Yxy76.99840.26880.3134
Hunter Lab87.7487-19.1862-7.9326
CIE-Lab90.3209-15.3889-12.7949

#b2edfb color RGB value is (178,237,251).

#b2edfb hex color red value is 178, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b2edfb hue: 0.53 , saturation: 0.90 and the lightness value of b2edfb is 0.84.

The process color (four color CMYK) of #b2edfb color hex is 0.29, 0.06, 0.00, 0.02. Web safe color of #b2edfb is #99ffff. Color #b2edfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101101 11111011
Octal 262 355 373
Decimal 178 237 251
Hex B2 ED FB

RGB Percentages of Color #b2edfb

%26.73
%35.59
%37.69

CMYK Percentages of Color #b2edfb

%29
%6
%0
%2

Triadic Colors of #b2edfb

#b2edfb #fbb2ed #edfbb2

Analogous Colors of #b2edfb

#b2edfb #b2c9fb #b2fbe5

Monochromatic Colors of #b2edfb

#b2edfb

Complementary Color

#b2edfb #fbc0b2

#b2edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2edfb Color CSS Codes

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

#b2edfb Text Font Color

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

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


#b2edfb Background Color

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

This div background color is #b2edfb


#b2edfb Border Color

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

This div border color is #b2edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2edfb

Related Colors


Comments

No comments written yet.

Please login to write comment.