Color Hex Logo

#8febcd Color Hex

#8FEBCD
(143,235,205)
0 Favorites   0 Comments

Color spaces of #8febcd

RGB 143235205
HSL0.450.700.74
HSV160°39°92°
CMYK 0.390.000.13   0.08
XYZ52.055569.664168.4605
Yxy69.66410.27370.3663
Hunter Lab83.4650-34.73689.7941
CIE-Lab86.8319-34.15655.9571

#8febcd color RGB value is (143,235,205).

#8febcd hex color red value is 143, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8febcd hue: 0.45 , saturation: 0.70 and the lightness value of 8febcd is 0.74.

The process color (four color CMYK) of #8febcd color hex is 0.39, 0.00, 0.13, 0.08. Web safe color of #8febcd is #99ffcc. Color #8febcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101011 11001101
Octal 217 353 315
Decimal 143 235 205
Hex 8F EB CD

RGB Percentages of Color #8febcd

%24.53
%40.31
%35.16

CMYK Percentages of Color #8febcd

%39
%0
%13
%8

Triadic Colors of #8febcd

#8febcd #cd8feb #ebcd8f

Analogous Colors of #8febcd

#8febcd #8fdbeb #8feb9f

Monochromatic Colors of #8febcd

#8febcd

Complementary Color

#8febcd #eb8fad

#8febcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8febcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8febcd Color CSS Codes

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

#8febcd Text Font Color

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

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


#8febcd Background Color

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

This div background color is #8febcd


#8febcd Border Color

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

This div border color is #8febcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8febcd


Comments

No comments written yet.

Please login to write comment.