Color Hex Logo

#8fcaee Color Hex

#8FCAEE
(143,202,238)
0 Favorites   0 Comments

Color spaces of #8fcaee

RGB 143202238
HSL0.560.740.75
HSV203°40°93°
CMYK 0.400.150.00   0.07
XYZ47.880854.253788.8374
Yxy54.25370.25070.2841
Hunter Lab73.6571-12.8660-19.9493
CIE-Lab78.6094-9.9569-23.7656

#8fcaee color RGB value is (143,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 11101110
Octal 217 312 356
Decimal 143 202 238
Hex 8F CA EE

RGB Percentages of Color #8fcaee

%24.53
%34.65
%40.82

CMYK Percentages of Color #8fcaee

%40
%15
%0
%7

Triadic Colors of #8fcaee

#8fcaee #ee8fca #caee8f

Analogous Colors of #8fcaee

#8fcaee #8f9bee #8feee3

Monochromatic Colors of #8fcaee

#8fcaee

Complementary Color

#8fcaee #eeb38f

#8fcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcaee Color CSS Codes

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

#8fcaee Text Font Color

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

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


#8fcaee Background Color

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

This div background color is #8fcaee


#8fcaee Border Color

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

This div border color is #8fcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcaee


Comments

No comments written yet.

Please login to write comment.