Color Hex Logo

#8ccae5 Color Hex

#8CCAE5
(140,202,229)
0 Favorites   0 Comments

Color spaces of #8ccae5

RGB 140202229
HSL0.550.630.72
HSV198°39°90°
CMYK 0.390.120.00   0.10
XYZ46.078653.473782.0216
Yxy53.47370.25380.2945
Hunter Lab73.1257-15.4921-15.3147
CIE-Lab78.1538-13.0487-19.6440

#8ccae5 color RGB value is (140,202,229).

#8ccae5 hex color red value is 140, green value is 202 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #8ccae5 hue: 0.55 , saturation: 0.63 and the lightness value of 8ccae5 is 0.72.

The process color (four color CMYK) of #8ccae5 color hex is 0.39, 0.12, 0.00, 0.10. Web safe color of #8ccae5 is #99cccc. Color #8ccae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 11100101
Octal 214 312 345
Decimal 140 202 229
Hex 8C CA E5

RGB Percentages of Color #8ccae5

%24.52
%35.38
%40.11

CMYK Percentages of Color #8ccae5

%39
%12
%0
%10

Triadic Colors of #8ccae5

#8ccae5 #e58cca #cae58c

Analogous Colors of #8ccae5

#8ccae5 #8c9ee5 #8ce5d4

Monochromatic Colors of #8ccae5

#8ccae5

Complementary Color

#8ccae5 #e5a78c

#8ccae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccae5 Color CSS Codes

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

#8ccae5 Text Font Color

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

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


#8ccae5 Background Color

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

This div background color is #8ccae5


#8ccae5 Border Color

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

This div border color is #8ccae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccae5


Comments

No comments written yet.

Please login to write comment.