Color Hex Logo

#8aedef Color Hex

#8AEDEF
(138,237,239)
0 Favorites   0 Comments

Color spaces of #8aedef

RGB 138237239
HSL0.500.760.74
HSV181°42°94°
CMYK 0.420.010.00   0.06
XYZ56.345472.203692.6283
Yxy72.20360.25480.3265
Hunter Lab84.9727-30.3389-5.1508
CIE-Lab88.0665-28.5360-10.0817

#8aedef color RGB value is (138,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11101111
Octal 212 355 357
Decimal 138 237 239
Hex 8A ED EF

RGB Percentages of Color #8aedef

%22.48
%38.60
%38.93

CMYK Percentages of Color #8aedef

%42
%1
%0
%6

Triadic Colors of #8aedef

#8aedef #ef8aed #edef8a

Analogous Colors of #8aedef

#8aedef #8abbef #8aefbf

Monochromatic Colors of #8aedef

#8aedef

Complementary Color

#8aedef #ef8c8a

#8aedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedef Color CSS Codes

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

#8aedef Text Font Color

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

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


#8aedef Background Color

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

This div background color is #8aedef


#8aedef Border Color

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

This div border color is #8aedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedef


Comments

No comments written yet.

Please login to write comment.