Color Hex Logo

#8abdec Color Hex

#8ABDEC
(138,189,236)
0 Favorites   0 Comments

Color spaces of #8abdec

RGB 138189236
HSL0.580.720.73
HSV209°42°93°
CMYK 0.420.200.00   0.07
XYZ43.819247.854686.2842
Yxy47.85460.24620.2689
Hunter Lab69.1770-7.9915-25.5282
CIE-Lab74.7331-4.8320-28.6411

#8abdec color RGB value is (138,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 11101100
Octal 212 275 354
Decimal 138 189 236
Hex 8A BD EC

RGB Percentages of Color #8abdec

%24.51
%33.57
%41.92

CMYK Percentages of Color #8abdec

%42
%20
%0
%7

Triadic Colors of #8abdec

#8abdec #ec8abd #bdec8a

Analogous Colors of #8abdec

#8abdec #8a8cec #8aecea

Monochromatic Colors of #8abdec

#8abdec

Complementary Color

#8abdec #ecb98a

#8abdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdec Color CSS Codes

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

#8abdec Text Font Color

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

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


#8abdec Background Color

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

This div background color is #8abdec


#8abdec Border Color

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

This div border color is #8abdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdec


Comments

No comments written yet.

Please login to write comment.