Color Hex Logo

#b3eafd Color Hex

#B3EAFD
(179,234,253)
0 Favorites   0 Comments

Color spaces of #b3eafd

RGB 179234253
HSL0.540.950.85
HSV195°29°99°
CMYK 0.290.080.00   0.01
XYZ65.742875.5212104.0405
Yxy75.52120.26800.3079
Hunter Lab86.9029-17.0434-10.1501
CIE-Lab89.6366-13.1424-14.8580

#b3eafd color RGB value is (179,234,253).

#b3eafd hex color red value is 179, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b3eafd hue: 0.54 , saturation: 0.95 and the lightness value of b3eafd is 0.85.

The process color (four color CMYK) of #b3eafd color hex is 0.29, 0.08, 0.00, 0.01. Web safe color of #b3eafd is #ccffff. Color #b3eafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101010 11111101
Octal 263 352 375
Decimal 179 234 253
Hex B3 EA FD

RGB Percentages of Color #b3eafd

%26.88
%35.14
%37.99

CMYK Percentages of Color #b3eafd

%29
%8
%0
%1

Triadic Colors of #b3eafd

#b3eafd #fdb3ea #eafdb3

Analogous Colors of #b3eafd

#b3eafd #b3c5fd #b3fdeb

Monochromatic Colors of #b3eafd

#b3eafd

Complementary Color

#b3eafd #fdc6b3

#b3eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eafd Color CSS Codes

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

#b3eafd Text Font Color

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

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


#b3eafd Background Color

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

This div background color is #b3eafd


#b3eafd Border Color

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

This div border color is #b3eafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,234,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3eafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3eafd;
  -webkit-box-shadow: 1px 1px 3px 2px #b3eafd;
  box-shadow:         1px 1px 3px 2px #b3eafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,234,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eafd


Comments

No comments written yet.

Please login to write comment.