Color Hex Logo

#a7fde3 Color Hex

#A7FDE3
(167,253,227)
0 Favorites   0 Comments

Color spaces of #a7fde3

RGB 167253227
HSL0.450.960.82
HSV162°34°99°
CMYK 0.340.000.10   0.01
XYZ64.926884.012185.4670
Yxy84.01210.27700.3584
Hunter Lab91.6581-33.95978.8755
CIE-Lab93.4558-31.44154.2254

#a7fde3 color RGB value is (167,253,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111101 11100011
Octal 247 375 343
Decimal 167 253 227
Hex A7 FD E3

RGB Percentages of Color #a7fde3

%25.81
%39.10
%35.09

CMYK Percentages of Color #a7fde3

%34
%0
%10
%1

Triadic Colors of #a7fde3

#a7fde3 #e3a7fd #fde3a7

Analogous Colors of #a7fde3

#a7fde3 #a7ecfd #a7fdb8

Monochromatic Colors of #a7fde3

#a7fde3

Complementary Color

#a7fde3 #fda7c1

#a7fde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fde3 Color CSS Codes

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

#a7fde3 Text Font Color

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

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


#a7fde3 Background Color

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

This div background color is #a7fde3


#a7fde3 Border Color

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

This div border color is #a7fde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fde3


Comments

No comments written yet.

Please login to write comment.