Color Hex Logo

#8dbafd Color Hex

#8DBAFD
(141,186,253)
0 Favorites   0 Comments

Color spaces of #8dbafd

RGB 141186253
HSL0.600.970.77
HSV216°44°99°
CMYK 0.440.260.00   0.01
XYZ46.273047.872499.7299
Yxy47.87240.23870.2469
Hunter Lab69.1899-1.7046-37.0273
CIE-Lab74.74442.1989-37.7751

#8dbafd color RGB value is (141,186,253).

#8dbafd hex color red value is 141, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8dbafd hue: 0.60 , saturation: 0.97 and the lightness value of 8dbafd is 0.77.

The process color (four color CMYK) of #8dbafd color hex is 0.44, 0.26, 0.00, 0.01. Web safe color of #8dbafd is #99ccff. Color #8dbafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111010 11111101
Octal 215 272 375
Decimal 141 186 253
Hex 8D BA FD

RGB Percentages of Color #8dbafd

%24.31
%32.07
%43.62

CMYK Percentages of Color #8dbafd

%44
%26
%0
%1

Triadic Colors of #8dbafd

#8dbafd #fd8dba #bafd8d

Analogous Colors of #8dbafd

#8dbafd #988dfd #8df2fd

Monochromatic Colors of #8dbafd

#8dbafd

Complementary Color

#8dbafd #fdd08d

#8dbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbafd Color CSS Codes

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

#8dbafd Text Font Color

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

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


#8dbafd Background Color

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

This div background color is #8dbafd


#8dbafd Border Color

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

This div border color is #8dbafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,186,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dbafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dbafd;
  -webkit-box-shadow: 1px 1px 3px 2px #8dbafd;
  box-shadow:         1px 1px 3px 2px #8dbafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,186,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 #8dbafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbafd


Comments

No comments written yet.

Please login to write comment.