Color Hex Logo

#8dcae8 Color Hex

#8DCAE8
(141,202,232)
0 Favorites   0 Comments

Color spaces of #8dcae8

RGB 141202232
HSL0.550.660.73
HSV200°39°91°
CMYK 0.390.130.00   0.09
XYZ46.670553.730084.2551
Yxy53.73000.25270.2910
Hunter Lab73.3008-14.6256-16.8400
CIE-Lab78.3040-12.0213-21.0221

#8dcae8 color RGB value is (141,202,232).

#8dcae8 hex color red value is 141, green value is 202 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #8dcae8 hue: 0.55 , saturation: 0.66 and the lightness value of 8dcae8 is 0.73.

The process color (four color CMYK) of #8dcae8 color hex is 0.39, 0.13, 0.00, 0.09. Web safe color of #8dcae8 is #99ccff. Color #8dcae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 11101000
Octal 215 312 350
Decimal 141 202 232
Hex 8D CA E8

RGB Percentages of Color #8dcae8

%24.52
%35.13
%40.35

CMYK Percentages of Color #8dcae8

%39
%13
%0
%9

Triadic Colors of #8dcae8

#8dcae8 #e88dca #cae88d

Analogous Colors of #8dcae8

#8dcae8 #8d9de8 #8de8d9

Monochromatic Colors of #8dcae8

#8dcae8

Complementary Color

#8dcae8 #e8ab8d

#8dcae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcae8 Color CSS Codes

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

#8dcae8 Text Font Color

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

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


#8dcae8 Background Color

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

This div background color is #8dcae8


#8dcae8 Border Color

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

This div border color is #8dcae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcae8


Comments

No comments written yet.

Please login to write comment.