Color Hex Logo

#a7fddc Color Hex

#A7FDDC
(167,253,220)
0 Favorites   0 Comments

Color spaces of #a7fddc

RGB 167253220
HSL0.440.960.82
HSV157°34°99°
CMYK 0.340.000.13   0.01
XYZ63.979983.633480.4809
Yxy83.63340.28050.3667
Hunter Lab91.4513-35.160111.8383
CIE-Lab93.2910-32.88277.6013

#a7fddc color RGB value is (167,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111101 11011100
Octal 247 375 334
Decimal 167 253 220
Hex A7 FD DC

RGB Percentages of Color #a7fddc

%26.09
%39.53
%34.38

CMYK Percentages of Color #a7fddc

%34
%0
%13
%1

Triadic Colors of #a7fddc

#a7fddc #dca7fd #fddca7

Analogous Colors of #a7fddc

#a7fddc #a7f3fd #a7fdb1

Monochromatic Colors of #a7fddc

#a7fddc

Complementary Color

#a7fddc #fda7c8

#a7fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fddc Color CSS Codes

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

#a7fddc Text Font Color

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

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


#a7fddc Background Color

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

This div background color is #a7fddc


#a7fddc Border Color

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

This div border color is #a7fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fddc

Related Colors


Comments

No comments written yet.

Please login to write comment.