Color Hex Logo

#b7e2fc Color Hex

#B7E2FC
(183,226,252)
0 Favorites   0 Comments

Color spaces of #b7e2fc

RGB 183226252
HSL0.560.920.85
HSV203°27°99°
CMYK 0.270.100.00   0.01
XYZ64.295571.4883102.5053
Yxy71.48830.26980.3000
Hunter Lab84.5508-12.2259-12.6948
CIE-Lab87.7217-8.1576-17.1857

#b7e2fc color RGB value is (183,226,252).

#b7e2fc hex color red value is 183, green value is 226 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b7e2fc hue: 0.56 , saturation: 0.92 and the lightness value of b7e2fc is 0.85.

The process color (four color CMYK) of #b7e2fc color hex is 0.27, 0.10, 0.00, 0.01. Web safe color of #b7e2fc is #ccccff. Color #b7e2fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11100010 11111100
Octal 267 342 374
Decimal 183 226 252
Hex B7 E2 FC

RGB Percentages of Color #b7e2fc

%27.69
%34.19
%38.12

CMYK Percentages of Color #b7e2fc

%27
%10
%0
%1

Triadic Colors of #b7e2fc

#b7e2fc #fcb7e2 #e2fcb7

Analogous Colors of #b7e2fc

#b7e2fc #b7c0fc #b7fcf4

Monochromatic Colors of #b7e2fc

#b7e2fc

Complementary Color

#b7e2fc #fcd1b7

#b7e2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7e2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7e2fc Color CSS Codes

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

#b7e2fc Text Font Color

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

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


#b7e2fc Background Color

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

This div background color is #b7e2fc


#b7e2fc Border Color

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

This div border color is #b7e2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7e2fc

Related Colors


Comments

No comments written yet.

Please login to write comment.