Color Hex Logo

#8feddb Color Hex

#8FEDDB
(143,237,219)
0 Favorites   0 Comments

Color spaces of #8feddb

RGB 143237219
HSL0.470.720.75
HSV169°40°93°
CMYK 0.400.000.08   0.07
XYZ54.398171.522577.9560
Yxy71.52250.26680.3508
Hunter Lab84.5710-33.18374.5472
CIE-Lab87.7382-32.0166-0.0613

#8feddb color RGB value is (143,237,219).

#8feddb hex color red value is 143, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8feddb hue: 0.47 , saturation: 0.72 and the lightness value of 8feddb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101101 11011011
Octal 217 355 333
Decimal 143 237 219
Hex 8F ED DB

RGB Percentages of Color #8feddb

%23.87
%39.57
%36.56

CMYK Percentages of Color #8feddb

%40
%0
%8
%7

Triadic Colors of #8feddb

#8feddb #db8fed #eddb8f

Analogous Colors of #8feddb

#8feddb #8fd0ed #8fedac

Monochromatic Colors of #8feddb

#8feddb

Complementary Color

#8feddb #ed8fa1

#8feddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feddb Color CSS Codes

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

#8feddb Text Font Color

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

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


#8feddb Background Color

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

This div background color is #8feddb


#8feddb Border Color

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

This div border color is #8feddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feddb


Comments

No comments written yet.

Please login to write comment.