Color Hex Logo

#8adedd Color Hex

#8ADEDD
(138,222,221)
0 Favorites   0 Comments

Color spaces of #8adedd

RGB 138222221
HSL0.500.560.71
HSV179°38°87°
CMYK 0.380.000.00   0.13
XYZ49.653762.866377.9240
Yxy62.86630.26070.3301
Hunter Lab79.2883-26.9702-2.7680
CIE-Lab83.3720-25.6342-7.5649

#8adedd color RGB value is (138,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 11011101
Octal 212 336 335
Decimal 138 222 221
Hex 8A DE DD

RGB Percentages of Color #8adedd

%23.75
%38.21
%38.04

CMYK Percentages of Color #8adedd

%38
%0
%0
%13

Triadic Colors of #8adedd

#8adedd #dd8ade #dedd8a

Analogous Colors of #8adedd

#8adedd #8ab5de #8adeb3

Monochromatic Colors of #8adedd

#8adedd

Complementary Color

#8adedd #de8a8b

#8adedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adedd Color CSS Codes

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

#8adedd Text Font Color

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

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


#8adedd Background Color

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

This div background color is #8adedd


#8adedd Border Color

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

This div border color is #8adedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adedd


Comments

No comments written yet.

Please login to write comment.