Color Hex Logo

#8abed4 Color Hex

#8ABED4
(138,190,212)
0 Favorites   0 Comments

Color spaces of #8abed4

RGB 138190212
HSL0.550.460.69
HSV198°35°83°
CMYK 0.350.100.00   0.17
XYZ40.778446.983769.2069
Yxy46.98370.25980.2993
Hunter Lab68.5447-13.7604-11.8816
CIE-Lab74.1793-11.5947-16.4780

#8abed4 color RGB value is (138,190,212).

#8abed4 hex color red value is 138, green value is 190 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #8abed4 hue: 0.55 , saturation: 0.46 and the lightness value of 8abed4 is 0.69.

The process color (four color CMYK) of #8abed4 color hex is 0.35, 0.10, 0.00, 0.17. Web safe color of #8abed4 is #99cccc. Color #8abed4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11010100
Octal 212 276 324
Decimal 138 190 212
Hex 8A BE D4

RGB Percentages of Color #8abed4

%25.56
%35.19
%39.26

CMYK Percentages of Color #8abed4

%35
%10
%0
%17

Triadic Colors of #8abed4

#8abed4 #d48abe #bed48a

Analogous Colors of #8abed4

#8abed4 #8a99d4 #8ad4c5

Monochromatic Colors of #8abed4

#8abed4

Complementary Color

#8abed4 #d4a08a

#8abed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abed4 Color CSS Codes

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

#8abed4 Text Font Color

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

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


#8abed4 Background Color

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

This div background color is #8abed4


#8abed4 Border Color

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

This div border color is #8abed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abed4


Comments

No comments written yet.

Please login to write comment.