Color Hex Logo

#8bdafd Color Hex

#8BDAFD
(139,218,253)
0 Favorites   0 Comments

Color spaces of #8bdafd

RGB 139218253
HSL0.550.970.77
HSV198°45°99°
CMYK 0.450.140.00   0.01
XYZ53.448562.7236102.2183
Yxy62.72360.24470.2872
Hunter Lab79.1982-18.1326-21.0847
CIE-Lab83.2967-15.3020-24.6319

#8bdafd color RGB value is (139,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011010 11111101
Octal 213 332 375
Decimal 139 218 253
Hex 8B DA FD

RGB Percentages of Color #8bdafd

%22.79
%35.74
%41.48

CMYK Percentages of Color #8bdafd

%45
%14
%0
%1

Triadic Colors of #8bdafd

#8bdafd #fd8bda #dafd8b

Analogous Colors of #8bdafd

#8bdafd #8ba1fd #8bfde7

Monochromatic Colors of #8bdafd

#8bdafd

Complementary Color

#8bdafd #fdae8b

#8bdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdafd Color CSS Codes

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

#8bdafd Text Font Color

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

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


#8bdafd Background Color

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

This div background color is #8bdafd


#8bdafd Border Color

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

This div border color is #8bdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdafd

Related Colors


Comments

No comments written yet.

Please login to write comment.