Color Hex Logo

#8fbfdb Color Hex

#8FBFDB
(143,191,219)
0 Favorites   0 Comments

Color spaces of #8fbfdb

RGB 143191219
HSL0.560.510.71
HSV202°35°86°
CMYK 0.350.130.00   0.14
XYZ42.744748.215774.0715
Yxy48.21570.25900.2922
Hunter Lab69.4375-11.6337-14.6405
CIE-Lab74.9608-8.9966-19.0689

#8fbfdb color RGB value is (143,191,219).

#8fbfdb hex color red value is 143, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8fbfdb hue: 0.56 , saturation: 0.51 and the lightness value of 8fbfdb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111111 11011011
Octal 217 277 333
Decimal 143 191 219
Hex 8F BF DB

RGB Percentages of Color #8fbfdb

%25.86
%34.54
%39.60

CMYK Percentages of Color #8fbfdb

%35
%13
%0
%14

Triadic Colors of #8fbfdb

#8fbfdb #db8fbf #bfdb8f

Analogous Colors of #8fbfdb

#8fbfdb #8f99db #8fdbd1

Monochromatic Colors of #8fbfdb

#8fbfdb

Complementary Color

#8fbfdb #dbab8f

#8fbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbfdb Color CSS Codes

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

#8fbfdb Text Font Color

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

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


#8fbfdb Background Color

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

This div background color is #8fbfdb


#8fbfdb Border Color

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

This div border color is #8fbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbfdb


Comments

No comments written yet.

Please login to write comment.