Color Hex Logo

#8afcdf Color Hex

#8AFCDF
(138,252,223)
0 Favorites   0 Comments

Color spaces of #8afcdf

RGB 138252223
HSL0.460.950.76
HSV165°45°99°
CMYK 0.450.000.12   0.01
XYZ58.610980.351882.2324
Yxy80.35180.26500.3633
Hunter Lab89.6392-40.15578.3565
CIE-Lab91.8425-39.25623.8013

#8afcdf color RGB value is (138,252,223).

#8afcdf hex color red value is 138, green value is 252 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8afcdf hue: 0.46 , saturation: 0.95 and the lightness value of 8afcdf is 0.76.

The process color (four color CMYK) of #8afcdf color hex is 0.45, 0.00, 0.12, 0.01. Web safe color of #8afcdf is #99ffcc. Color #8afcdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111100 11011111
Octal 212 374 337
Decimal 138 252 223
Hex 8A FC DF

RGB Percentages of Color #8afcdf

%22.51
%41.11
%36.38

CMYK Percentages of Color #8afcdf

%45
%0
%12
%1

Triadic Colors of #8afcdf

#8afcdf #df8afc #fcdf8a

Analogous Colors of #8afcdf

#8afcdf #8ae0fc #8afca6

Monochromatic Colors of #8afcdf

#8afcdf

Complementary Color

#8afcdf #fc8aa7

#8afcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afcdf Color CSS Codes

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

#8afcdf Text Font Color

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

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


#8afcdf Background Color

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

This div background color is #8afcdf


#8afcdf Border Color

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

This div border color is #8afcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afcdf


Comments

No comments written yet.

Please login to write comment.