Color Hex Logo

#8adfed Color Hex

#8ADFED
(138,223,237)
0 Favorites   0 Comments

Color spaces of #8adfed

RGB 138223237
HSL0.520.730.74
HSV188°42°93°
CMYK 0.420.060.00   0.07
XYZ52.155064.293189.7817
Yxy64.29310.25290.3118
Hunter Lab80.1830-24.2149-10.2595
CIE-Lab84.1181-22.1990-14.9277

#8adfed color RGB value is (138,223,237).

#8adfed hex color red value is 138, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8adfed hue: 0.52 , saturation: 0.73 and the lightness value of 8adfed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11101101
Octal 212 337 355
Decimal 138 223 237
Hex 8A DF ED

RGB Percentages of Color #8adfed

%23.08
%37.29
%39.63

CMYK Percentages of Color #8adfed

%42
%6
%0
%7

Triadic Colors of #8adfed

#8adfed #ed8adf #dfed8a

Analogous Colors of #8adfed

#8adfed #8aaeed #8aedca

Monochromatic Colors of #8adfed

#8adfed

Complementary Color

#8adfed #ed988a

#8adfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfed Color CSS Codes

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

#8adfed Text Font Color

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

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


#8adfed Background Color

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

This div background color is #8adfed


#8adfed Border Color

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

This div border color is #8adfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfed


Comments

No comments written yet.

Please login to write comment.