Color Hex Logo

#b2ebfc Color Hex

#B2EBFC
(178,235,252)
0 Favorites   0 Comments

Color spaces of #b2ebfc

RGB 178235252
HSL0.540.930.84
HSV194°29°99°
CMYK 0.290.070.00   0.01
XYZ65.639175.9099103.2880
Yxy75.90990.26810.3100
Hunter Lab87.1263-17.9929-9.2997
CIE-Lab89.8175-14.1549-14.0699

#b2ebfc color RGB value is (178,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 11111100
Octal 262 353 374
Decimal 178 235 252
Hex B2 EB FC

RGB Percentages of Color #b2ebfc

%26.77
%35.34
%37.89

CMYK Percentages of Color #b2ebfc

%29
%7
%0
%1

Triadic Colors of #b2ebfc

#b2ebfc #fcb2eb #ebfcb2

Analogous Colors of #b2ebfc

#b2ebfc #b2c6fc #b2fce8

Monochromatic Colors of #b2ebfc

#b2ebfc

Complementary Color

#b2ebfc #fcc3b2

#b2ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebfc Color CSS Codes

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

#b2ebfc Text Font Color

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

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


#b2ebfc Background Color

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

This div background color is #b2ebfc


#b2ebfc Border Color

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

This div border color is #b2ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebfc


Comments

No comments written yet.

Please login to write comment.