Color Hex Logo

#8fcaec Color Hex

#8FCAEC
(143,202,236)
0 Favorites   0 Comments

Color spaces of #8fcaec

RGB 143202236
HSL0.560.710.74
HSV202°39°93°
CMYK 0.390.140.00   0.07
XYZ47.588554.136887.2981
Yxy54.13680.25180.2864
Hunter Lab73.5777-13.3110-18.8417
CIE-Lab78.5414-10.4751-22.7972

#8fcaec color RGB value is (143,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 11101100
Octal 217 312 354
Decimal 143 202 236
Hex 8F CA EC

RGB Percentages of Color #8fcaec

%24.61
%34.77
%40.62

CMYK Percentages of Color #8fcaec

%39
%14
%0
%7

Triadic Colors of #8fcaec

#8fcaec #ec8fca #caec8f

Analogous Colors of #8fcaec

#8fcaec #8f9cec #8fece0

Monochromatic Colors of #8fcaec

#8fcaec

Complementary Color

#8fcaec #ecb18f

#8fcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcaec Color CSS Codes

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

#8fcaec Text Font Color

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

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


#8fcaec Background Color

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

This div background color is #8fcaec


#8fcaec Border Color

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

This div border color is #8fcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcaec


Comments

No comments written yet.

Please login to write comment.