Color Hex Logo

#8adfec Color Hex

#8ADFEC
(138,223,236)
0 Favorites   0 Comments

Color spaces of #8adfec

RGB 138223236
HSL0.520.720.73
HSV188°42°93°
CMYK 0.420.060.00   0.07
XYZ52.009264.234889.0143
Yxy64.23480.25340.3129
Hunter Lab80.1466-24.4233-9.7474
CIE-Lab84.0879-22.4503-14.4440

#8adfec color RGB value is (138,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11101100
Octal 212 337 354
Decimal 138 223 236
Hex 8A DF EC

RGB Percentages of Color #8adfec

%23.12
%37.35
%39.53

CMYK Percentages of Color #8adfec

%42
%6
%0
%7

Triadic Colors of #8adfec

#8adfec #ec8adf #dfec8a

Analogous Colors of #8adfec

#8adfec #8aaeec #8aecc8

Monochromatic Colors of #8adfec

#8adfec

Complementary Color

#8adfec #ec978a

#8adfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfec Color CSS Codes

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

#8adfec Text Font Color

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

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


#8adfec Background Color

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

This div background color is #8adfec


#8adfec Border Color

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

This div border color is #8adfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfec


Comments

No comments written yet.

Please login to write comment.