Color Hex Logo

#a7fdfd Color Hex

#A7FDFD
(167,253,253)
0 Favorites   0 Comments

Color spaces of #a7fdfd

RGB 167253253
HSL0.500.960.82
HSV180°34°99°
CMYK 0.340.000.00   0.01
XYZ68.791385.5579105.8172
Yxy85.55790.26440.3289
Hunter Lab92.4975-29.1185-3.0795
CIE-Lab94.1230-25.7487-8.2377

#a7fdfd color RGB value is (167,253,253).

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

The process color (four color CMYK) of #a7fdfd color hex is 0.34, 0.00, 0.00, 0.01. Web safe color of #a7fdfd is #99ffff. Color #a7fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111101 11111101
Octal 247 375 375
Decimal 167 253 253
Hex A7 FD FD

RGB Percentages of Color #a7fdfd

%24.81
%37.59
%37.59

CMYK Percentages of Color #a7fdfd

%34
%0
%0
%1

Triadic Colors of #a7fdfd

#a7fdfd #fda7fd #fdfda7

Analogous Colors of #a7fdfd

#a7fdfd #a7d2fd #a7fdd2

Monochromatic Colors of #a7fdfd

#a7fdfd

Complementary Color

#a7fdfd #fda7a7

#a7fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fdfd Color CSS Codes

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

#a7fdfd Text Font Color

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

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


#a7fdfd Background Color

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

This div background color is #a7fdfd


#a7fdfd Border Color

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

This div border color is #a7fdfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,253,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 #a7fdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.