Color Hex Logo

#8fdad4 Color Hex

#8FDAD4
(143,218,212)
0 Favorites   0 Comments

Color spaces of #8fdad4

RGB 143218212
HSL0.490.500.71
HSV175°34°85°
CMYK 0.340.000.03   0.15
XYZ48.282860.735971.4658
Yxy60.73590.26750.3365
Hunter Lab77.9332-25.79520.1836
CIE-Lab82.2366-24.4808-4.4371

#8fdad4 color RGB value is (143,218,212).

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

The process color (four color CMYK) of #8fdad4 color hex is 0.34, 0.00, 0.03, 0.15. Web safe color of #8fdad4 is #99cccc. Color #8fdad4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 11010100
Octal 217 332 324
Decimal 143 218 212
Hex 8F DA D4

RGB Percentages of Color #8fdad4

%24.96
%38.05
%37.00

CMYK Percentages of Color #8fdad4

%34
%0
%3
%15

Triadic Colors of #8fdad4

#8fdad4 #d48fda #dad48f

Analogous Colors of #8fdad4

#8fdad4 #8fbbda #8fdaaf

Monochromatic Colors of #8fdad4

#8fdad4

Complementary Color

#8fdad4 #da8f95

#8fdad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdad4 Color CSS Codes

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

#8fdad4 Text Font Color

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

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


#8fdad4 Background Color

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

This div background color is #8fdad4


#8fdad4 Border Color

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

This div border color is #8fdad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdad4


Comments

No comments written yet.

Please login to write comment.