Color Hex Logo

#8ddbc8 Color Hex

#8DDBC8
(141,219,200)
0 Favorites   0 Comments

Color spaces of #8ddbc8

RGB 141219200
HSL0.460.520.71
HSV165°36°86°
CMYK 0.360.000.09   0.14
XYZ46.741360.495963.8569
Yxy60.49590.27320.3536
Hunter Lab77.7791-28.84405.7681
CIE-Lab82.1070-28.21411.7408

#8ddbc8 color RGB value is (141,219,200).

#8ddbc8 hex color red value is 141, green value is 219 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #8ddbc8 hue: 0.46 , saturation: 0.52 and the lightness value of 8ddbc8 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011011 11001000
Octal 215 333 310
Decimal 141 219 200
Hex 8D DB C8

RGB Percentages of Color #8ddbc8

%25.18
%39.11
%35.71

CMYK Percentages of Color #8ddbc8

%36
%0
%9
%14

Triadic Colors of #8ddbc8

#8ddbc8 #c88ddb #dbc88d

Analogous Colors of #8ddbc8

#8ddbc8 #8dc7db #8ddba1

Monochromatic Colors of #8ddbc8

#8ddbc8

Complementary Color

#8ddbc8 #db8da0

#8ddbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddbc8 Color CSS Codes

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

#8ddbc8 Text Font Color

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

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


#8ddbc8 Background Color

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

This div background color is #8ddbc8


#8ddbc8 Border Color

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

This div border color is #8ddbc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,219,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddbc8


Comments

No comments written yet.

Please login to write comment.