Color Hex Logo

#b0edfd Color Hex

#B0EDFD
(176,237,253)
0 Favorites   0 Comments

Color spaces of #b0edfd

RGB 176237253
HSL0.530.950.84
HSV192°30°99°
CMYK 0.300.060.00   0.01
XYZ65.918376.8903104.2956
Yxy76.89030.26680.3112
Hunter Lab87.6871-19.2661-9.1389
CIE-Lab90.2711-15.4843-13.9248

#b0edfd color RGB value is (176,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101101 11111101
Octal 260 355 375
Decimal 176 237 253
Hex B0 ED FD

RGB Percentages of Color #b0edfd

%26.43
%35.59
%37.99

CMYK Percentages of Color #b0edfd

%30
%6
%0
%1

Triadic Colors of #b0edfd

#b0edfd #fdb0ed #edfdb0

Analogous Colors of #b0edfd

#b0edfd #b0c7fd #b0fde7

Monochromatic Colors of #b0edfd

#b0edfd

Complementary Color

#b0edfd #fdc0b0

#b0edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0edfd Color CSS Codes

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

#b0edfd Text Font Color

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

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


#b0edfd Background Color

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

This div background color is #b0edfd


#b0edfd Border Color

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

This div border color is #b0edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0edfd


Comments

No comments written yet.

Please login to write comment.