Color Hex Logo

#8adcff Color Hex

#8ADCFF
(138,220,255)
0 Favorites   0 Comments

Color spaces of #8adcff

RGB 138220255
HSL0.551.000.77
HSV198°46°100°
CMYK 0.460.140.00   0.00
XYZ54.124463.8097104.0716
Yxy63.80970.24380.2874
Hunter Lab79.8810-18.8467-21.3283
CIE-Lab83.8666-16.0259-24.8258

#8adcff color RGB value is (138,220,255).

#8adcff hex color red value is 138, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8adcff hue: 0.55 , saturation: 1.00 and the lightness value of 8adcff is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 11111111
Octal 212 334 377
Decimal 138 220 255
Hex 8A DC FF

RGB Percentages of Color #8adcff

%22.51
%35.89
%41.60

CMYK Percentages of Color #8adcff

%46
%14
%0
%0

Triadic Colors of #8adcff

#8adcff #ff8adc #dcff8a

Analogous Colors of #8adcff

#8adcff #8aa2ff #8affe8

Monochromatic Colors of #8adcff

#8adcff

Complementary Color

#8adcff #ffad8a

#8adcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adcff Color CSS Codes

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

#8adcff Text Font Color

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

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


#8adcff Background Color

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

This div background color is #8adcff


#8adcff Border Color

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

This div border color is #8adcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adcff


Comments

No comments written yet.

Please login to write comment.