Color Hex Logo

#a4fdfe Color Hex

#A4FDFE
(164,253,254)
0 Favorites   0 Comments

Color spaces of #a4fdfe

RGB 164253254
HSL0.500.980.82
HSV181°35°100°
CMYK 0.350.000.00   0.00
XYZ68.324585.2988106.6292
Yxy85.29880.26250.3278
Hunter Lab92.3573-29.5739-3.8019
CIE-Lab94.0117-26.2868-8.9350

#a4fdfe color RGB value is (164,253,254).

#a4fdfe hex color red value is 164, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a4fdfe hue: 0.50 , saturation: 0.98 and the lightness value of a4fdfe is 0.82.

The process color (four color CMYK) of #a4fdfe color hex is 0.35, 0.00, 0.00, 0.00. Web safe color of #a4fdfe is #99ffff. Color #a4fdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111101 11111110
Octal 244 375 376
Decimal 164 253 254
Hex A4 FD FE

RGB Percentages of Color #a4fdfe

%24.44
%37.70
%37.85

CMYK Percentages of Color #a4fdfe

%35
%0
%0
%0

Triadic Colors of #a4fdfe

#a4fdfe #fea4fd #fdfea4

Analogous Colors of #a4fdfe

#a4fdfe #a4d0fe #a4fed2

Monochromatic Colors of #a4fdfe

#a4fdfe

Complementary Color

#a4fdfe #fea5a4

#a4fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fdfe Color CSS Codes

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

#a4fdfe Text Font Color

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

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


#a4fdfe Background Color

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

This div background color is #a4fdfe


#a4fdfe Border Color

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

This div border color is #a4fdfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,253,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4fdfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4fdfe;
  -webkit-box-shadow: 1px 1px 3px 2px #a4fdfe;
  box-shadow:         1px 1px 3px 2px #a4fdfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.