Color Hex Logo

#8cdadb Color Hex

#8CDADB
(140,218,219)
0 Favorites   0 Comments

Color spaces of #8cdadb

RGB 140218219
HSL0.500.520.70
HSV181°36°86°
CMYK 0.360.000.00   0.14
XYZ48.672860.832776.1944
Yxy60.83270.26210.3276
Hunter Lab77.9953-25.0993-3.3243
CIE-Lab82.2887-23.6343-8.0991

#8cdadb color RGB value is (140,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011010 11011011
Octal 214 332 333
Decimal 140 218 219
Hex 8C DA DB

RGB Percentages of Color #8cdadb

%24.26
%37.78
%37.95

CMYK Percentages of Color #8cdadb

%36
%0
%0
%14

Triadic Colors of #8cdadb

#8cdadb #db8cda #dadb8c

Analogous Colors of #8cdadb

#8cdadb #8cb3db #8cdbb5

Monochromatic Colors of #8cdadb

#8cdadb

Complementary Color

#8cdadb #db8d8c

#8cdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdadb Color CSS Codes

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

#8cdadb Text Font Color

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

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


#8cdadb Background Color

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

This div background color is #8cdadb


#8cdadb Border Color

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

This div border color is #8cdadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,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 #8cdadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdadb


Comments

No comments written yet.

Please login to write comment.