Color Hex Logo

#b2edfc Color Hex

#B2EDFC
(178,237,252)
0 Favorites   0 Comments

Color spaces of #b2edfc

RGB 178237252
HSL0.530.930.84
HSV192°29°99°
CMYK 0.290.060.00   0.01
XYZ66.215077.0616103.4799
Yxy77.06160.26830.3123
Hunter Lab87.7847-18.9828-8.4412
CIE-Lab90.3500-15.1612-13.2735

#b2edfc color RGB value is (178,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101101 11111100
Octal 262 355 374
Decimal 178 237 252
Hex B2 ED FC

RGB Percentages of Color #b2edfc

%26.69
%35.53
%37.78

CMYK Percentages of Color #b2edfc

%29
%6
%0
%1

Triadic Colors of #b2edfc

#b2edfc #fcb2ed #edfcb2

Analogous Colors of #b2edfc

#b2edfc #b2c8fc #b2fce6

Monochromatic Colors of #b2edfc

#b2edfc

Complementary Color

#b2edfc #fcc1b2

#b2edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2edfc Color CSS Codes

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

#b2edfc Text Font Color

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

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


#b2edfc Background Color

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

This div background color is #b2edfc


#b2edfc Border Color

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

This div border color is #b2edfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2edfc


Comments

No comments written yet.

Please login to write comment.