Color Hex Logo

#8fddc4 Color Hex

#8FDDC4
(143,221,196)
0 Favorites   0 Comments

Color spaces of #8fddc4

RGB 143221196
HSL0.450.530.71
HSV161°35°87°
CMYK 0.350.000.11   0.13
XYZ47.147961.538161.6176
Yxy61.53810.27680.3613
Hunter Lab78.4462-29.99858.3415
CIE-Lab82.6672-29.48754.6868

#8fddc4 color RGB value is (143,221,196).

#8fddc4 hex color red value is 143, green value is 221 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #8fddc4 hue: 0.45 , saturation: 0.53 and the lightness value of 8fddc4 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 11000100
Octal 217 335 304
Decimal 143 221 196
Hex 8F DD C4

RGB Percentages of Color #8fddc4

%25.54
%39.46
%35.00

CMYK Percentages of Color #8fddc4

%35
%0
%11
%13

Triadic Colors of #8fddc4

#8fddc4 #c48fdd #ddc48f

Analogous Colors of #8fddc4

#8fddc4 #8fcfdd #8fdd9d

Monochromatic Colors of #8fddc4

#8fddc4

Complementary Color

#8fddc4 #dd8fa8

#8fddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddc4 Color CSS Codes

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

#8fddc4 Text Font Color

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

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


#8fddc4 Background Color

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

This div background color is #8fddc4


#8fddc4 Border Color

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

This div border color is #8fddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddc4


Comments

No comments written yet.

Please login to write comment.