Color Hex Logo

#8fdcda Color Hex

#8FDCDA
(143,220,218)
0 Favorites   0 Comments

Color spaces of #8fdcda

RGB 143220218
HSL0.500.520.71
HSV178°35°86°
CMYK 0.350.000.01   0.14
XYZ49.575862.088075.7009
Yxy62.08800.26460.3314
Hunter Lab78.7959-25.5866-1.8040
CIE-Lab82.9602-24.0700-6.5572

#8fdcda color RGB value is (143,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 11011010
Octal 217 334 332
Decimal 143 220 218
Hex 8F DC DA

RGB Percentages of Color #8fdcda

%24.61
%37.87
%37.52

CMYK Percentages of Color #8fdcda

%35
%0
%1
%14

Triadic Colors of #8fdcda

#8fdcda #da8fdc #dcda8f

Analogous Colors of #8fdcda

#8fdcda #8fb8dc #8fdcb4

Monochromatic Colors of #8fdcda

#8fdcda

Complementary Color

#8fdcda #dc8f91

#8fdcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcda Color CSS Codes

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

#8fdcda Text Font Color

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

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


#8fdcda Background Color

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

This div background color is #8fdcda


#8fdcda Border Color

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

This div border color is #8fdcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcda


Comments

No comments written yet.

Please login to write comment.