Color Hex Logo

#8fbdee Color Hex

#8FBDEE
(143,189,238)
0 Favorites   0 Comments

Color spaces of #8fbdee

RGB 143189238
HSL0.590.740.75
HSV211°40°93°
CMYK 0.400.210.00   0.07
XYZ44.957948.407987.8630
Yxy48.40790.24810.2671
Hunter Lab69.5758-6.4160-26.1707
CIE-Lab75.0815-3.0163-29.1625

#8fbdee color RGB value is (143,189,238).

#8fbdee hex color red value is 143, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8fbdee hue: 0.59 , saturation: 0.74 and the lightness value of 8fbdee is 0.75.

The process color (four color CMYK) of #8fbdee color hex is 0.40, 0.21, 0.00, 0.07. Web safe color of #8fbdee is #99ccff. Color #8fbdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111101 11101110
Octal 217 275 356
Decimal 143 189 238
Hex 8F BD EE

RGB Percentages of Color #8fbdee

%25.09
%33.16
%41.75

CMYK Percentages of Color #8fbdee

%40
%21
%0
%7

Triadic Colors of #8fbdee

#8fbdee #ee8fbd #bdee8f

Analogous Colors of #8fbdee

#8fbdee #918fee #8fedee

Monochromatic Colors of #8fbdee

#8fbdee

Complementary Color

#8fbdee #eec08f

#8fbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbdee Color CSS Codes

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

#8fbdee Text Font Color

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

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


#8fbdee Background Color

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

This div background color is #8fbdee


#8fbdee Border Color

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

This div border color is #8fbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbdee


Comments

No comments written yet.

Please login to write comment.