Color Hex Logo

#8fb8dc Color Hex

#8FB8DC
(143,184,220)
0 Favorites   0 Comments

Color spaces of #8fb8dc

RGB 143184220
HSL0.580.520.71
HSV208°35°86°
CMYK 0.350.160.00   0.14
XYZ41.386445.287974.2703
Yxy45.28790.25710.2814
Hunter Lab67.2963-7.9932-18.3269
CIE-Lab73.0811-4.9958-22.4670

#8fb8dc color RGB value is (143,184,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111000 11011100
Octal 217 270 334
Decimal 143 184 220
Hex 8F B8 DC

RGB Percentages of Color #8fb8dc

%26.14
%33.64
%40.22

CMYK Percentages of Color #8fb8dc

%35
%16
%0
%14

Triadic Colors of #8fb8dc

#8fb8dc #dc8fb8 #b8dc8f

Analogous Colors of #8fb8dc

#8fb8dc #8f92dc #8fdcda

Monochromatic Colors of #8fb8dc

#8fb8dc

Complementary Color

#8fb8dc #dcb38f

#8fb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb8dc Color CSS Codes

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

#8fb8dc Text Font Color

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

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


#8fb8dc Background Color

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

This div background color is #8fb8dc


#8fb8dc Border Color

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

This div border color is #8fb8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb8dc


Comments

No comments written yet.

Please login to write comment.