Color Hex Logo

#8fafeb Color Hex

#8FAFEB
(143,175,235)
0 Favorites   0 Comments

Color spaces of #8fafeb

RGB 143175235
HSL0.610.700.74
HSV219°39°92°
CMYK 0.390.260.00   0.08
XYZ41.653142.497784.6048
Yxy42.49770.24680.2518
Hunter Lab65.1903-0.0310-31.3142
CIE-Lab71.21273.8697-33.5022

#8fafeb color RGB value is (143,175,235).

#8fafeb hex color red value is 143, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8fafeb hue: 0.61 , saturation: 0.70 and the lightness value of 8fafeb is 0.74.

The process color (four color CMYK) of #8fafeb color hex is 0.39, 0.26, 0.00, 0.08. Web safe color of #8fafeb is #9999ff. Color #8fafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101111 11101011
Octal 217 257 353
Decimal 143 175 235
Hex 8F AF EB

RGB Percentages of Color #8fafeb

%25.86
%31.65
%42.50

CMYK Percentages of Color #8fafeb

%39
%26
%0
%8

Triadic Colors of #8fafeb

#8fafeb #eb8faf #afeb8f

Analogous Colors of #8fafeb

#8fafeb #9d8feb #8fddeb

Monochromatic Colors of #8fafeb

#8fafeb

Complementary Color

#8fafeb #ebcb8f

#8fafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fafeb Color CSS Codes

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

#8fafeb Text Font Color

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

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


#8fafeb Background Color

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

This div background color is #8fafeb


#8fafeb Border Color

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

This div border color is #8fafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fafeb


Comments

No comments written yet.

Please login to write comment.