Color Hex Logo

#8bc1df Color Hex

#8BC1DF
(139,193,223)
0 Favorites   0 Comments

Color spaces of #8bc1df

RGB 139193223
HSL0.560.570.71
HSV201°38°87°
CMYK 0.380.130.00   0.13
XYZ43.036748.956676.9933
Yxy48.95660.25470.2897
Hunter Lab69.9690-12.6535-16.2639
CIE-Lab75.4243-10.1243-20.5527

#8bc1df color RGB value is (139,193,223).

#8bc1df hex color red value is 139, green value is 193 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8bc1df hue: 0.56 , saturation: 0.57 and the lightness value of 8bc1df is 0.71.

The process color (four color CMYK) of #8bc1df color hex is 0.38, 0.13, 0.00, 0.13. Web safe color of #8bc1df is #99cccc. Color #8bc1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000001 11011111
Octal 213 301 337
Decimal 139 193 223
Hex 8B C1 DF

RGB Percentages of Color #8bc1df

%25.05
%34.77
%40.18

CMYK Percentages of Color #8bc1df

%38
%13
%0
%13

Triadic Colors of #8bc1df

#8bc1df #df8bc1 #c1df8b

Analogous Colors of #8bc1df

#8bc1df #8b97df #8bdfd3

Monochromatic Colors of #8bc1df

#8bc1df

Complementary Color

#8bc1df #dfa98b

#8bc1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc1df Color CSS Codes

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

#8bc1df Text Font Color

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

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


#8bc1df Background Color

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

This div background color is #8bc1df


#8bc1df Border Color

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

This div border color is #8bc1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc1df


Comments

No comments written yet.

Please login to write comment.