Color Hex Logo

#8acdfd Color Hex

#8ACDFD
(138,205,253)
0 Favorites   0 Comments

Color spaces of #8acdfd

RGB 138205253
HSL0.570.970.77
HSV205°45°99°
CMYK 0.450.190.00   0.01
XYZ50.042256.1578101.1305
Yxy56.15780.24140.2709
Hunter Lab74.9385-11.9442-27.5557
CIE-Lab79.7035-8.7744-30.1299

#8acdfd color RGB value is (138,205,253).

#8acdfd hex color red value is 138, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8acdfd hue: 0.57 , saturation: 0.97 and the lightness value of 8acdfd is 0.77.

The process color (four color CMYK) of #8acdfd color hex is 0.45, 0.19, 0.00, 0.01. Web safe color of #8acdfd is #99ccff. Color #8acdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 11111101
Octal 212 315 375
Decimal 138 205 253
Hex 8A CD FD

RGB Percentages of Color #8acdfd

%23.15
%34.40
%42.45

CMYK Percentages of Color #8acdfd

%45
%19
%0
%1

Triadic Colors of #8acdfd

#8acdfd #fd8acd #cdfd8a

Analogous Colors of #8acdfd

#8acdfd #8a94fd #8afdf4

Monochromatic Colors of #8acdfd

#8acdfd

Complementary Color

#8acdfd #fdba8a

#8acdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdfd Color CSS Codes

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

#8acdfd Text Font Color

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

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


#8acdfd Background Color

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

This div background color is #8acdfd


#8acdfd Border Color

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

This div border color is #8acdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.