Color Hex Logo

#8acfef Color Hex

#8ACFEF
(138,207,239)
0 Favorites   0 Comments

Color spaces of #8acfef

RGB 138207239
HSL0.550.760.74
HSV199°42°94°
CMYK 0.420.130.00   0.06
XYZ48.374056.260989.9712
Yxy56.26090.24860.2891
Hunter Lab75.0073-16.1437-18.6133
CIE-Lab79.7621-13.5639-22.5700

#8acfef color RGB value is (138,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 11101111
Octal 212 317 357
Decimal 138 207 239
Hex 8A CF EF

RGB Percentages of Color #8acfef

%23.63
%35.45
%40.92

CMYK Percentages of Color #8acfef

%42
%13
%0
%6

Triadic Colors of #8acfef

#8acfef #ef8acf #cfef8a

Analogous Colors of #8acfef

#8acfef #8a9def #8aefdd

Monochromatic Colors of #8acfef

#8acfef

Complementary Color

#8acfef #efaa8a

#8acfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfef Color CSS Codes

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

#8acfef Text Font Color

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

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


#8acfef Background Color

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

This div background color is #8acfef


#8acfef Border Color

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

This div border color is #8acfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfef


Comments

No comments written yet.

Please login to write comment.