Color Hex Logo

#8bddfd Color Hex

#8BDDFD
(139,221,253)
0 Favorites   0 Comments

Color spaces of #8bddfd

RGB 139221253
HSL0.550.970.77
HSV197°45°99°
CMYK 0.450.130.00   0.01
XYZ54.233564.2937102.4800
Yxy64.29370.24540.2909
Hunter Lab80.1834-19.5891-19.6485
CIE-Lab84.1185-16.8332-23.3821

#8bddfd color RGB value is (139,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011101 11111101
Octal 213 335 375
Decimal 139 221 253
Hex 8B DD FD

RGB Percentages of Color #8bddfd

%22.68
%36.05
%41.27

CMYK Percentages of Color #8bddfd

%45
%13
%0
%1

Triadic Colors of #8bddfd

#8bddfd #fd8bdd #ddfd8b

Analogous Colors of #8bddfd

#8bddfd #8ba4fd #8bfde4

Monochromatic Colors of #8bddfd

#8bddfd

Complementary Color

#8bddfd #fdab8b

#8bddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bddfd Color CSS Codes

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

#8bddfd Text Font Color

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

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


#8bddfd Background Color

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

This div background color is #8bddfd


#8bddfd Border Color

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

This div border color is #8bddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bddfd

#8bddfd Color Palettes


Comments

No comments written yet.

Please login to write comment.