Color Hex Logo

#8bdcfd Color Hex

#8BDCFD
(139,220,253)
0 Favorites   0 Comments

Color spaces of #8bdcfd

RGB 139220253
HSL0.550.970.77
HSV197°45°99°
CMYK 0.450.130.00   0.01
XYZ53.970363.7672102.3923
Yxy63.76720.24520.2897
Hunter Lab79.8544-19.1043-20.1258
CIE-Lab83.8444-16.3240-23.7987

#8bdcfd color RGB value is (139,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 11111101
Octal 213 334 375
Decimal 139 220 253
Hex 8B DC FD

RGB Percentages of Color #8bdcfd

%22.71
%35.95
%41.34

CMYK Percentages of Color #8bdcfd

%45
%13
%0
%1

Triadic Colors of #8bdcfd

#8bdcfd #fd8bdc #dcfd8b

Analogous Colors of #8bdcfd

#8bdcfd #8ba3fd #8bfde5

Monochromatic Colors of #8bdcfd

#8bdcfd

Complementary Color

#8bdcfd #fdac8b

#8bdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcfd Color CSS Codes

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

#8bdcfd Text Font Color

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

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


#8bdcfd Background Color

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

This div background color is #8bdcfd


#8bdcfd Border Color

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

This div border color is #8bdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.