Color Hex Logo

#8acfee Color Hex

#8ACFEE
(138,207,238)
0 Favorites   0 Comments

Color spaces of #8acfee

RGB 138207238
HSL0.550.750.74
HSV199°42°93°
CMYK 0.420.130.00   0.07
XYZ48.226756.202089.1952
Yxy56.20200.24910.2903
Hunter Lab74.9680-16.3654-18.0643
CIE-Lab79.7286-13.8254-22.0865

#8acfee color RGB value is (138,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 11101110
Octal 212 317 356
Decimal 138 207 238
Hex 8A CF EE

RGB Percentages of Color #8acfee

%23.67
%35.51
%40.82

CMYK Percentages of Color #8acfee

%42
%13
%0
%7

Triadic Colors of #8acfee

#8acfee #ee8acf #cfee8a

Analogous Colors of #8acfee

#8acfee #8a9dee #8aeedb

Monochromatic Colors of #8acfee

#8acfee

Complementary Color

#8acfee #eea98a

#8acfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfee Color CSS Codes

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

#8acfee Text Font Color

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

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


#8acfee Background Color

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

This div background color is #8acfee


#8acfee Border Color

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

This div border color is #8acfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfee


Comments

No comments written yet.

Please login to write comment.