Color Hex Logo

#8fb3ca Color Hex

#8FB3CA
(143,179,202)
0 Favorites   0 Comments

Color spaces of #8fb3ca

RGB 143179202
HSL0.560.360.68
HSV203°29°79°
CMYK 0.290.110.00   0.21
XYZ38.108542.344162.0418
Yxy42.34410.26740.2972
Hunter Lab65.0723-9.3411-10.9781
CIE-Lab71.1075-6.7708-15.6224

#8fb3ca color RGB value is (143,179,202).

#8fb3ca hex color red value is 143, green value is 179 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8fb3ca hue: 0.56 , saturation: 0.36 and the lightness value of 8fb3ca is 0.68.

The process color (four color CMYK) of #8fb3ca color hex is 0.29, 0.11, 0.00, 0.21. Web safe color of #8fb3ca is #99cccc. Color #8fb3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110011 11001010
Octal 217 263 312
Decimal 143 179 202
Hex 8F B3 CA

RGB Percentages of Color #8fb3ca

%27.29
%34.16
%38.55

CMYK Percentages of Color #8fb3ca

%29
%11
%0
%21

Triadic Colors of #8fb3ca

#8fb3ca #ca8fb3 #b3ca8f

Analogous Colors of #8fb3ca

#8fb3ca #8f96ca #8fcac4

Monochromatic Colors of #8fb3ca

#8fb3ca

Complementary Color

#8fb3ca #caa68f

#8fb3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb3ca Color CSS Codes

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

#8fb3ca Text Font Color

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

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


#8fb3ca Background Color

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

This div background color is #8fb3ca


#8fb3ca Border Color

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

This div border color is #8fb3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb3ca


Comments

No comments written yet.

Please login to write comment.