Color Hex Logo

#8fefdb Color Hex

#8FEFDB
(143,239,219)
0 Favorites   0 Comments

Color spaces of #8fefdb

RGB 143239219
HSL0.470.750.75
HSV168°40°94°
CMYK 0.400.000.08   0.06
XYZ54.980472.687178.1501
Yxy72.68710.26710.3532
Hunter Lab85.2567-34.08815.3319
CIE-Lab88.2983-32.95460.7558

#8fefdb color RGB value is (143,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101111 11011011
Octal 217 357 333
Decimal 143 239 219
Hex 8F EF DB

RGB Percentages of Color #8fefdb

%23.79
%39.77
%36.44

CMYK Percentages of Color #8fefdb

%40
%0
%8
%6

Triadic Colors of #8fefdb

#8fefdb #db8fef #efdb8f

Analogous Colors of #8fefdb

#8fefdb #8fd3ef #8fefab

Monochromatic Colors of #8fefdb

#8fefdb

Complementary Color

#8fefdb #ef8fa3

#8fefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fefdb Color CSS Codes

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

#8fefdb Text Font Color

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

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


#8fefdb Background Color

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

This div background color is #8fefdb


#8fefdb Border Color

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

This div border color is #8fefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fefdb


Comments

No comments written yet.

Please login to write comment.