Color Hex Logo

#a4fdbe Color Hex

#A4FDBE
(164,253,190)
0 Favorites   0 Comments

Color spaces of #a4fdbe

RGB 164253190
HSL0.380.960.82
HSV138°35°99°
CMYK 0.350.000.25   0.01
XYZ59.729481.860861.3678
Yxy81.86080.29430.4033
Hunter Lab90.4770-40.495923.1192
CIE-Lab92.5134-39.457921.8869

#a4fdbe color RGB value is (164,253,190).

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

The process color (four color CMYK) of #a4fdbe color hex is 0.35, 0.00, 0.25, 0.01. Web safe color of #a4fdbe is #99ffcc. Color #a4fdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111101 10111110
Octal 244 375 276
Decimal 164 253 190
Hex A4 FD BE

RGB Percentages of Color #a4fdbe

%27.02
%41.68
%31.30

CMYK Percentages of Color #a4fdbe

%35
%0
%25
%1

Triadic Colors of #a4fdbe

#a4fdbe #bea4fd #fdbea4

Analogous Colors of #a4fdbe

#a4fdbe #a4fdeb #b7fda4

Monochromatic Colors of #a4fdbe

#a4fdbe

Complementary Color

#a4fdbe #fda4e3

#a4fdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fdbe Color CSS Codes

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

#a4fdbe Text Font Color

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

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


#a4fdbe Background Color

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

This div background color is #a4fdbe


#a4fdbe Border Color

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

This div border color is #a4fdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fdbe


Comments

No comments written yet.

Please login to write comment.