Color Hex Logo

#8febdd Color Hex

#8FEBDD
(143,235,221)
0 Favorites   0 Comments

Color spaces of #8febdd

RGB 143235221
HSL0.470.700.74
HSV171°39°92°
CMYK 0.390.000.06   0.08
XYZ54.087270.476879.1593
Yxy70.47680.26550.3459
Hunter Lab83.9505-31.91022.8591
CIE-Lab87.2302-30.6191-1.8532

#8febdd color RGB value is (143,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101011 11011101
Octal 217 353 335
Decimal 143 235 221
Hex 8F EB DD

RGB Percentages of Color #8febdd

%23.87
%39.23
%36.89

CMYK Percentages of Color #8febdd

%39
%0
%6
%8

Triadic Colors of #8febdd

#8febdd #dd8feb #ebdd8f

Analogous Colors of #8febdd

#8febdd #8fcbeb #8febaf

Monochromatic Colors of #8febdd

#8febdd

Complementary Color

#8febdd #eb8f9d

#8febdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8febdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8febdd Color CSS Codes

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

#8febdd Text Font Color

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

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


#8febdd Background Color

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

This div background color is #8febdd


#8febdd Border Color

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

This div border color is #8febdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8febdd


Comments

No comments written yet.

Please login to write comment.