Color Hex Logo

#8fcfee Color Hex

#8FCFEE
(143,207,238)
0 Favorites   0 Comments

Color spaces of #8fcfee

RGB 143207238
HSL0.550.740.75
HSV200°40°93°
CMYK 0.400.130.00   0.07
XYZ49.073156.638389.2348
Yxy56.63830.25170.2905
Hunter Lab75.2584-15.3093-17.6200
CIE-Lab79.9757-12.5709-21.6882

#8fcfee color RGB value is (143,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001111 11101110
Octal 217 317 356
Decimal 143 207 238
Hex 8F CF EE

RGB Percentages of Color #8fcfee

%24.32
%35.20
%40.48

CMYK Percentages of Color #8fcfee

%40
%13
%0
%7

Triadic Colors of #8fcfee

#8fcfee #ee8fcf #cfee8f

Analogous Colors of #8fcfee

#8fcfee #8fa0ee #8feede

Monochromatic Colors of #8fcfee

#8fcfee

Complementary Color

#8fcfee #eeae8f

#8fcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcfee Color CSS Codes

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

#8fcfee Text Font Color

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

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


#8fcfee Background Color

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

This div background color is #8fcfee


#8fcfee Border Color

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

This div border color is #8fcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcfee

#8fcfee Color Palettes


Comments

No comments written yet.

Please login to write comment.