Color Hex Logo

#8fdadb Color Hex

#8FDADB
(143,218,219)
0 Favorites   0 Comments

Color spaces of #8fdadb

RGB 143218219
HSL0.500.510.71
HSV181°35°86°
CMYK 0.350.000.00   0.14
XYZ49.185361.096976.2184
Yxy61.09690.26370.3276
Hunter Lab78.1645-24.4661-3.0987
CIE-Lab82.4308-22.8477-7.8727

#8fdadb color RGB value is (143,218,219).

#8fdadb hex color red value is 143, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8fdadb hue: 0.50 , saturation: 0.51 and the lightness value of 8fdadb is 0.71.

The process color (four color CMYK) of #8fdadb color hex is 0.35, 0.00, 0.00, 0.14. Web safe color of #8fdadb is #99cccc. Color #8fdadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 11011011
Octal 217 332 333
Decimal 143 218 219
Hex 8F DA DB

RGB Percentages of Color #8fdadb

%24.66
%37.59
%37.76

CMYK Percentages of Color #8fdadb

%35
%0
%0
%14

Triadic Colors of #8fdadb

#8fdadb #db8fda #dadb8f

Analogous Colors of #8fdadb

#8fdadb #8fb4db #8fdbb6

Monochromatic Colors of #8fdadb

#8fdadb

Complementary Color

#8fdadb #db908f

#8fdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdadb Color CSS Codes

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

#8fdadb Text Font Color

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

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


#8fdadb Background Color

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

This div background color is #8fdadb


#8fdadb Border Color

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

This div border color is #8fdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdadb


Comments

No comments written yet.

Please login to write comment.