Color Hex Logo

#8daece Color Hex

#8DAECE
(141,174,206)
0 Favorites   0 Comments

Color spaces of #8daece

RGB 141174206
HSL0.580.400.68
HSV210°32°81°
CMYK 0.320.160.00   0.19
XYZ37.261140.391164.2249
Yxy40.39110.26260.2847
Hunter Lab63.5540-6.5666-15.4281
CIE-Lab69.7472-3.6606-19.8902

#8daece color RGB value is (141,174,206).

#8daece hex color red value is 141, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8daece hue: 0.58 , saturation: 0.40 and the lightness value of 8daece is 0.68.

The process color (four color CMYK) of #8daece color hex is 0.32, 0.16, 0.00, 0.19. Web safe color of #8daece is #9999cc. Color #8daece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11001110
Octal 215 256 316
Decimal 141 174 206
Hex 8D AE CE

RGB Percentages of Color #8daece

%27.06
%33.40
%39.54

CMYK Percentages of Color #8daece

%32
%16
%0
%19

Triadic Colors of #8daece

#8daece #ce8dae #aece8d

Analogous Colors of #8daece

#8daece #8d8ece #8dcece

Monochromatic Colors of #8daece

#8daece

Complementary Color

#8daece #cead8d

#8daece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daece Color CSS Codes

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

#8daece Text Font Color

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

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


#8daece Background Color

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

This div background color is #8daece


#8daece Border Color

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

This div border color is #8daece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daece


Comments

No comments written yet.

Please login to write comment.