Color Hex Logo

#8fccee Color Hex

#8FCCEE
(143,204,238)
0 Favorites   0 Comments

Color spaces of #8fccee

RGB 143204238
HSL0.560.740.75
HSV201°40°93°
CMYK 0.400.140.00   0.07
XYZ48.353255.198488.9948
Yxy55.19840.25110.2867
Hunter Lab74.2956-13.8457-19.0134
CIE-Lab79.1554-11.0062-22.9346

#8fccee color RGB value is (143,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11101110
Octal 217 314 356
Decimal 143 204 238
Hex 8F CC EE

RGB Percentages of Color #8fccee

%24.44
%34.87
%40.68

CMYK Percentages of Color #8fccee

%40
%14
%0
%7

Triadic Colors of #8fccee

#8fccee #ee8fcc #ccee8f

Analogous Colors of #8fccee

#8fccee #8f9dee #8feee1

Monochromatic Colors of #8fccee

#8fccee

Complementary Color

#8fccee #eeb18f

#8fccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccee Color CSS Codes

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

#8fccee Text Font Color

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

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


#8fccee Background Color

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

This div background color is #8fccee


#8fccee Border Color

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

This div border color is #8fccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccee


Comments

No comments written yet.

Please login to write comment.