Color Hex Logo

#8acbef Color Hex

#8ACBEF
(138,203,239)
0 Favorites   0 Comments

Color spaces of #8acbef

RGB 138203239
HSL0.560.760.74
HSV201°42°94°
CMYK 0.420.150.00   0.06
XYZ47.417254.347189.6523
Yxy54.34710.24770.2839
Hunter Lab73.7205-14.1992-20.4989
CIE-Lab78.6637-11.4790-24.2418

#8acbef color RGB value is (138,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 11101111
Octal 212 313 357
Decimal 138 203 239
Hex 8A CB EF

RGB Percentages of Color #8acbef

%23.79
%35.00
%41.21

CMYK Percentages of Color #8acbef

%42
%15
%0
%6

Triadic Colors of #8acbef

#8acbef #ef8acb #cbef8a

Analogous Colors of #8acbef

#8acbef #8a99ef #8aefe1

Monochromatic Colors of #8acbef

#8acbef

Complementary Color

#8acbef #efae8a

#8acbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbef Color CSS Codes

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

#8acbef Text Font Color

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

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


#8acbef Background Color

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

This div background color is #8acbef


#8acbef Border Color

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

This div border color is #8acbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbef


Comments

No comments written yet.

Please login to write comment.