Color Hex Logo

#b8dafd Color Hex

#B8DAFD
(184,218,253)
0 Favorites   0 Comments

Color spaces of #b8dafd

RGB 184218253
HSL0.580.950.86
HSV210°27°99°
CMYK 0.270.140.00   0.01
XYZ62.568267.4250102.6451
Yxy67.42500.26900.2898
Hunter Lab82.1127-7.6840-16.6366
CIE-Lab85.7181-3.4877-20.7293

#b8dafd color RGB value is (184,218,253).

#b8dafd hex color red value is 184, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b8dafd hue: 0.58 , saturation: 0.95 and the lightness value of b8dafd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 11111101
Octal 270 332 375
Decimal 184 218 253
Hex B8 DA FD

RGB Percentages of Color #b8dafd

%28.09
%33.28
%38.63

CMYK Percentages of Color #b8dafd

%27
%14
%0
%1

Triadic Colors of #b8dafd

#b8dafd #fdb8da #dafdb8

Analogous Colors of #b8dafd

#b8dafd #b9b8fd #b8fdfd

Monochromatic Colors of #b8dafd

#b8dafd

Complementary Color

#b8dafd #fddbb8

#b8dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dafd Color CSS Codes

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

#b8dafd Text Font Color

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

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


#b8dafd Background Color

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

This div background color is #b8dafd


#b8dafd Border Color

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

This div border color is #b8dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dafd


Comments

No comments written yet.

Please login to write comment.