Color Hex Logo

#8feeca Color Hex

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

Color spaces of #8feeca

RGB 143238202
HSL0.440.740.75
HSV157°40°93°
CMYK 0.400.000.15   0.07
XYZ52.562971.253066.8600
Yxy71.25300.27570.3737
Hunter Lab84.4115-36.568412.1261
CIE-Lab87.6078-36.17628.6407

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

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

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

Base Numbers

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

RGB Percentages of Color #8feeca

%24.53
%40.82
%34.65

CMYK Percentages of Color #8feeca

%40
%0
%15
%7

Triadic Colors of #8feeca

#8feeca #ca8fee #eeca8f

Analogous Colors of #8feeca

#8feeca #8fe3ee #8fee9b

Monochromatic Colors of #8feeca

#8feeca

Complementary Color

#8feeca #ee8fb3

#8feeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feeca Color CSS Codes

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

#8feeca Text Font Color

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

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


#8feeca Background Color

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

This div background color is #8feeca


#8feeca Border Color

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

This div border color is #8feeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feeca


Comments

No comments written yet.

Please login to write comment.