Color Hex Logo

#8fbcdd Color Hex

#8FBCDD
(143,188,221)
0 Favorites   0 Comments

Color spaces of #8fbcdd

RGB 143188221
HSL0.570.530.71
HSV205°35°87°
CMYK 0.350.150.00   0.13
XYZ42.362147.026575.2509
Yxy47.02650.25730.2856
Hunter Lab68.5759-9.7411-17.0581
CIE-Lab74.2067-6.8927-21.2976

#8fbcdd color RGB value is (143,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111100 11011101
Octal 217 274 335
Decimal 143 188 221
Hex 8F BC DD

RGB Percentages of Color #8fbcdd

%25.91
%34.06
%40.04

CMYK Percentages of Color #8fbcdd

%35
%15
%0
%13

Triadic Colors of #8fbcdd

#8fbcdd #dd8fbc #bcdd8f

Analogous Colors of #8fbcdd

#8fbcdd #8f95dd #8fddd7

Monochromatic Colors of #8fbcdd

#8fbcdd

Complementary Color

#8fbcdd #ddb08f

#8fbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbcdd Color CSS Codes

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

#8fbcdd Text Font Color

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

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


#8fbcdd Background Color

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

This div background color is #8fbcdd


#8fbcdd Border Color

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

This div border color is #8fbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbcdd


Comments

No comments written yet.

Please login to write comment.