Color Hex Logo

#8acfdf Color Hex

#8ACFDF
(138,207,223)
0 Favorites   0 Comments

Color spaces of #8acfdf

RGB 138207223
HSL0.530.570.71
HSV191°38°87°
CMYK 0.380.070.00   0.13
XYZ46.113355.356678.0665
Yxy55.35660.25680.3083
Hunter Lab74.4020-19.5718-10.1288
CIE-Lab79.2462-17.6587-14.7872

#8acfdf color RGB value is (138,207,223).

#8acfdf hex color red value is 138, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8acfdf hue: 0.53 , saturation: 0.57 and the lightness value of 8acfdf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 11011111
Octal 212 317 337
Decimal 138 207 223
Hex 8A CF DF

RGB Percentages of Color #8acfdf

%24.30
%36.44
%39.26

CMYK Percentages of Color #8acfdf

%38
%7
%0
%13

Triadic Colors of #8acfdf

#8acfdf #df8acf #cfdf8a

Analogous Colors of #8acfdf

#8acfdf #8aa5df #8adfc5

Monochromatic Colors of #8acfdf

#8acfdf

Complementary Color

#8acfdf #df9a8a

#8acfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfdf Color CSS Codes

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

#8acfdf Text Font Color

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

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


#8acfdf Background Color

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

This div background color is #8acfdf


#8acfdf Border Color

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

This div border color is #8acfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfdf


Comments

No comments written yet.

Please login to write comment.