Color Hex Logo

#8fbcee Color Hex

#8FBCEE
(143,188,238)
0 Favorites   0 Comments

Color spaces of #8fbcee

RGB 143188238
HSL0.590.740.75
HSV212°40°93°
CMYK 0.400.210.00   0.07
XYZ44.743547.979187.7916
Yxy47.97910.24790.2658
Hunter Lab69.2669-5.9138-26.6596
CIE-Lab74.8117-2.4739-29.5771

#8fbcee color RGB value is (143,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111100 11101110
Octal 217 274 356
Decimal 143 188 238
Hex 8F BC EE

RGB Percentages of Color #8fbcee

%25.13
%33.04
%41.83

CMYK Percentages of Color #8fbcee

%40
%21
%0
%7

Triadic Colors of #8fbcee

#8fbcee #ee8fbc #bcee8f

Analogous Colors of #8fbcee

#8fbcee #928fee #8fecee

Monochromatic Colors of #8fbcee

#8fbcee

Complementary Color

#8fbcee #eec18f

#8fbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbcee Color CSS Codes

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

#8fbcee Text Font Color

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

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


#8fbcee Background Color

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

This div background color is #8fbcee


#8fbcee Border Color

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

This div border color is #8fbcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,188,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 #8fbcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbcee


Comments

No comments written yet.

Please login to write comment.