Color Hex Logo

#8fbbdc Color Hex

#8FBBDC
(143,187,220)
0 Favorites   0 Comments

Color spaces of #8fbbdc

RGB 143187220
HSL0.570.520.71
HSV206°35°86°
CMYK 0.350.150.00   0.14
XYZ42.016346.547674.4802
Yxy46.54760.25770.2855
Hunter Lab68.2258-9.4674-16.9672
CIE-Lab73.8995-6.6104-21.2216

#8fbbdc color RGB value is (143,187,220).

#8fbbdc hex color red value is 143, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8fbbdc hue: 0.57 , saturation: 0.52 and the lightness value of 8fbbdc is 0.71.

The process color (four color CMYK) of #8fbbdc color hex is 0.35, 0.15, 0.00, 0.14. Web safe color of #8fbbdc is #99cccc. Color #8fbbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111011 11011100
Octal 217 273 334
Decimal 143 187 220
Hex 8F BB DC

RGB Percentages of Color #8fbbdc

%26.00
%34.00
%40.00

CMYK Percentages of Color #8fbbdc

%35
%15
%0
%14

Triadic Colors of #8fbbdc

#8fbbdc #dc8fbb #bbdc8f

Analogous Colors of #8fbbdc

#8fbbdc #8f95dc #8fdcd7

Monochromatic Colors of #8fbbdc

#8fbbdc

Complementary Color

#8fbbdc #dcb08f

#8fbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbbdc Color CSS Codes

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

#8fbbdc Text Font Color

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

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


#8fbbdc Background Color

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

This div background color is #8fbbdc


#8fbbdc Border Color

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

This div border color is #8fbbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,187,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbbdc


Comments

No comments written yet.

Please login to write comment.