Color Hex Logo

#a7fdcd Color Hex

#A7FDCD
(167,253,205)
0 Favorites   0 Comments

Color spaces of #a7fdcd

RGB 167253205
HSL0.410.960.82
HSV147°34°99°
CMYK 0.340.000.19   0.01
XYZ62.081182.873870.4818
Yxy82.87380.28820.3847
Hunter Lab91.0350-37.583817.8206
CIE-Lab92.9592-35.830814.8515

#a7fdcd color RGB value is (167,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111101 11001101
Octal 247 375 315
Decimal 167 253 205
Hex A7 FD CD

RGB Percentages of Color #a7fdcd

%26.72
%40.48
%32.80

CMYK Percentages of Color #a7fdcd

%34
%0
%19
%1

Triadic Colors of #a7fdcd

#a7fdcd #cda7fd #fdcda7

Analogous Colors of #a7fdcd

#a7fdcd #a7fdf8 #acfda7

Monochromatic Colors of #a7fdcd

#a7fdcd

Complementary Color

#a7fdcd #fda7d7

#a7fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fdcd Color CSS Codes

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

#a7fdcd Text Font Color

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

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


#a7fdcd Background Color

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

This div background color is #a7fdcd


#a7fdcd Border Color

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

This div border color is #a7fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fdcd


Comments

No comments written yet.

Please login to write comment.