Color Hex Logo

#a7fdda Color Hex

#A7FDDA
(167,253,218)
0 Favorites   0 Comments

Color spaces of #a7fdda

RGB 167253218
HSL0.430.960.82
HSV156°34°99°
CMYK 0.340.000.14   0.01
XYZ63.716583.528079.0940
Yxy83.52800.28150.3690
Hunter Lab91.3937-35.494912.6647
CIE-Lab93.2451-33.28698.5668

#a7fdda color RGB value is (167,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111101 11011010
Octal 247 375 332
Decimal 167 253 218
Hex A7 FD DA

RGB Percentages of Color #a7fdda

%26.18
%39.66
%34.17

CMYK Percentages of Color #a7fdda

%34
%0
%14
%1

Triadic Colors of #a7fdda

#a7fdda #daa7fd #fddaa7

Analogous Colors of #a7fdda

#a7fdda #a7f5fd #a7fdaf

Monochromatic Colors of #a7fdda

#a7fdda

Complementary Color

#a7fdda #fda7ca

#a7fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fdda Color CSS Codes

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

#a7fdda Text Font Color

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

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


#a7fdda Background Color

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

This div background color is #a7fdda


#a7fdda Border Color

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

This div border color is #a7fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fdda


Comments

No comments written yet.

Please login to write comment.