Color Hex Logo

#8adcdf Color Hex

#8ADCDF
(138,220,223)
0 Favorites   0 Comments

Color spaces of #8adcdf

RGB 138220223
HSL0.510.570.71
HSV182°38°87°
CMYK 0.380.010.00   0.13
XYZ49.393761.917479.1600
Yxy61.91740.25930.3251
Hunter Lab78.6876-25.6555-4.5646
CIE-Lab82.8695-24.1723-9.3722

#8adcdf color RGB value is (138,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 11011111
Octal 212 334 337
Decimal 138 220 223
Hex 8A DC DF

RGB Percentages of Color #8adcdf

%23.75
%37.87
%38.38

CMYK Percentages of Color #8adcdf

%38
%1
%0
%13

Triadic Colors of #8adcdf

#8adcdf #df8adc #dcdf8a

Analogous Colors of #8adcdf

#8adcdf #8ab2df #8adfb8

Monochromatic Colors of #8adcdf

#8adcdf

Complementary Color

#8adcdf #df8d8a

#8adcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adcdf Color CSS Codes

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

#8adcdf Text Font Color

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

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


#8adcdf Background Color

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

This div background color is #8adcdf


#8adcdf Border Color

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

This div border color is #8adcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adcdf


Comments

No comments written yet.

Please login to write comment.