Color Hex Logo

#8fdabb Color Hex

#8FDABB
(143,218,187)
0 Favorites   0 Comments

Color spaces of #8fdabb

RGB 143218187
HSL0.430.500.71
HSV155°34°85°
CMYK 0.340.000.14   0.15
XYZ45.368759.570356.1207
Yxy59.57030.28170.3699
Hunter Lab77.1818-30.143010.9161
CIE-Lab81.6041-29.94797.9272

#8fdabb color RGB value is (143,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10111011
Octal 217 332 273
Decimal 143 218 187
Hex 8F DA BB

RGB Percentages of Color #8fdabb

%26.09
%39.78
%34.12

CMYK Percentages of Color #8fdabb

%34
%0
%14
%15

Triadic Colors of #8fdabb

#8fdabb #bb8fda #dabb8f

Analogous Colors of #8fdabb

#8fdabb #8fd4da #8fda96

Monochromatic Colors of #8fdabb

#8fdabb

Complementary Color

#8fdabb #da8fae

#8fdabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdabb Color CSS Codes

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

#8fdabb Text Font Color

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

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


#8fdabb Background Color

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

This div background color is #8fdabb


#8fdabb Border Color

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

This div border color is #8fdabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdabb


Comments

No comments written yet.

Please login to write comment.