Color Hex Logo

#8ddadb Color Hex

#8DDADB
(141,218,219)
0 Favorites   0 Comments

Color spaces of #8ddadb

RGB 141218219
HSL0.500.520.71
HSV181°36°86°
CMYK 0.360.000.00   0.14
XYZ48.842160.920076.2023
Yxy60.92000.26260.3276
Hunter Lab78.0513-24.8899-3.2496
CIE-Lab82.3357-23.3736-8.0242

#8ddadb color RGB value is (141,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011010 11011011
Octal 215 332 333
Decimal 141 218 219
Hex 8D DA DB

RGB Percentages of Color #8ddadb

%24.39
%37.72
%37.89

CMYK Percentages of Color #8ddadb

%36
%0
%0
%14

Triadic Colors of #8ddadb

#8ddadb #db8dda #dadb8d

Analogous Colors of #8ddadb

#8ddadb #8db3db #8ddbb5

Monochromatic Colors of #8ddadb

#8ddadb

Complementary Color

#8ddadb #db8e8d

#8ddadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddadb Color CSS Codes

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

#8ddadb Text Font Color

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

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


#8ddadb Background Color

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

This div background color is #8ddadb


#8ddadb Border Color

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

This div border color is #8ddadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddadb


Comments

No comments written yet.

Please login to write comment.