Color Hex Logo

#8acfed Color Hex

#8ACFED
(138,207,237)
0 Favorites   0 Comments

Color spaces of #8acfed

RGB 138207237
HSL0.550.730.74
HSV198°42°93°
CMYK 0.420.130.00   0.07
XYZ48.080156.143388.4234
Yxy56.14330.24960.2914
Hunter Lab74.9288-16.5861-17.5179
CIE-Lab79.6953-14.0862-21.6027

#8acfed color RGB value is (138,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 11101101
Octal 212 317 355
Decimal 138 207 237
Hex 8A CF ED

RGB Percentages of Color #8acfed

%23.71
%35.57
%40.72

CMYK Percentages of Color #8acfed

%42
%13
%0
%7

Triadic Colors of #8acfed

#8acfed #ed8acf #cfed8a

Analogous Colors of #8acfed

#8acfed #8a9eed #8aedda

Monochromatic Colors of #8acfed

#8acfed

Complementary Color

#8acfed #eda88a

#8acfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfed Color CSS Codes

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

#8acfed Text Font Color

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

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


#8acfed Background Color

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

This div background color is #8acfed


#8acfed Border Color

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

This div border color is #8acfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfed


Comments

No comments written yet.

Please login to write comment.