Color Hex Logo

#8acede Color Hex

#8ACEDE
(138,206,222)
0 Favorites   0 Comments

Color spaces of #8acede

RGB 138206222
HSL0.530.560.71
HSV191°38°87°
CMYK 0.380.070.00   0.13
XYZ45.737454.819877.2779
Yxy54.81980.25720.3083
Hunter Lab74.0404-19.3049-10.0543
CIE-Lab78.9374-17.3978-14.7150

#8acede color RGB value is (138,206,222).

#8acede hex color red value is 138, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8acede hue: 0.53 , saturation: 0.56 and the lightness value of 8acede is 0.71.

The process color (four color CMYK) of #8acede color hex is 0.38, 0.07, 0.00, 0.13. Web safe color of #8acede is #99cccc. Color #8acede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 11011110
Octal 212 316 336
Decimal 138 206 222
Hex 8A CE DE

RGB Percentages of Color #8acede

%24.38
%36.40
%39.22

CMYK Percentages of Color #8acede

%38
%7
%0
%13

Triadic Colors of #8acede

#8acede #de8ace #cede8a

Analogous Colors of #8acede

#8acede #8aa4de #8adec4

Monochromatic Colors of #8acede

#8acede

Complementary Color

#8acede #de9a8a

#8acede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acede Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acede Color CSS Codes

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

#8acede Text Font Color

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

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


#8acede Background Color

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

This div background color is #8acede


#8acede Border Color

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

This div border color is #8acede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acede


Comments

No comments written yet.

Please login to write comment.