Color Hex Logo

#8bdef9 Color Hex

#8BDEF9
(139,222,249)
0 Favorites   0 Comments

Color spaces of #8bdef9

RGB 139222249
HSL0.540.900.76
HSV195°44°98°
CMYK 0.440.110.00   0.02
XYZ53.867664.571199.2469
Yxy64.57110.24750.2966
Hunter Lab80.3561-20.9639-16.9791
CIE-Lab84.2622-18.3877-21.0510

#8bdef9 color RGB value is (139,222,249).

#8bdef9 hex color red value is 139, green value is 222 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #8bdef9 hue: 0.54 , saturation: 0.90 and the lightness value of 8bdef9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011110 11111001
Octal 213 336 371
Decimal 139 222 249
Hex 8B DE F9

RGB Percentages of Color #8bdef9

%22.79
%36.39
%40.82

CMYK Percentages of Color #8bdef9

%44
%11
%0
%2

Triadic Colors of #8bdef9

#8bdef9 #f98bde #def98b

Analogous Colors of #8bdef9

#8bdef9 #8ba7f9 #8bf9dd

Monochromatic Colors of #8bdef9

#8bdef9

Complementary Color

#8bdef9 #f9a68b

#8bdef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdef9 Color CSS Codes

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

#8bdef9 Text Font Color

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

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


#8bdef9 Background Color

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

This div background color is #8bdef9


#8bdef9 Border Color

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

This div border color is #8bdef9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,222,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8bdef9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdef9


Comments

No comments written yet.

Please login to write comment.