Color Hex Logo

#8acdef Color Hex

#8ACDEF
(138,205,239)
0 Favorites   0 Comments

Color spaces of #8acdef

RGB 138205239
HSL0.560.760.74
HSV200°42°94°
CMYK 0.420.140.00   0.06
XYZ47.892555.297989.8107
Yxy55.29790.24810.2865
Hunter Lab74.3626-15.1732-19.5532
CIE-Lab79.2126-12.5242-23.4058

#8acdef color RGB value is (138,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 11101111
Octal 212 315 357
Decimal 138 205 239
Hex 8A CD EF

RGB Percentages of Color #8acdef

%23.71
%35.22
%41.07

CMYK Percentages of Color #8acdef

%42
%14
%0
%6

Triadic Colors of #8acdef

#8acdef #ef8acd #cdef8a

Analogous Colors of #8acdef

#8acdef #8a9bef #8aefdf

Monochromatic Colors of #8acdef

#8acdef

Complementary Color

#8acdef #efac8a

#8acdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdef Color CSS Codes

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

#8acdef Text Font Color

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

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


#8acdef Background Color

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

This div background color is #8acdef


#8acdef Border Color

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

This div border color is #8acdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,205,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 #8acdef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdef


Comments

No comments written yet.

Please login to write comment.