Color Hex Logo

#8dcaec Color Hex

#8DCAEC
(141,202,236)
0 Favorites   0 Comments

Color spaces of #8dcaec

RGB 141202236
HSL0.560.710.74
HSV201°40°93°
CMYK 0.400.140.00   0.07
XYZ47.245453.959987.2821
Yxy53.95990.25070.2863
Hunter Lab73.4574-13.7451-19.0282
CIE-Lab78.4383-10.9872-22.9636

#8dcaec color RGB value is (141,202,236).

#8dcaec hex color red value is 141, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8dcaec hue: 0.56 , saturation: 0.71 and the lightness value of 8dcaec is 0.74.

The process color (four color CMYK) of #8dcaec color hex is 0.40, 0.14, 0.00, 0.07. Web safe color of #8dcaec is #99ccff. Color #8dcaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 11101100
Octal 215 312 354
Decimal 141 202 236
Hex 8D CA EC

RGB Percentages of Color #8dcaec

%24.35
%34.89
%40.76

CMYK Percentages of Color #8dcaec

%40
%14
%0
%7

Triadic Colors of #8dcaec

#8dcaec #ec8dca #caec8d

Analogous Colors of #8dcaec

#8dcaec #8d9bec #8decdf

Monochromatic Colors of #8dcaec

#8dcaec

Complementary Color

#8dcaec #ecaf8d

#8dcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcaec Color CSS Codes

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

#8dcaec Text Font Color

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

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


#8dcaec Background Color

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

This div background color is #8dcaec


#8dcaec Border Color

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

This div border color is #8dcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcaec


Comments

No comments written yet.

Please login to write comment.