Color Hex Logo

#adfdd4 Color Hex

#ADFDD4
(173,253,212)
0 Favorites   0 Comments

Color spaces of #adfdd4

RGB 173253212
HSL0.410.950.84
HSV149°32°99°
CMYK 0.320.000.16   0.01
XYZ64.242583.888375.0935
Yxy83.88830.28780.3758
Hunter Lab91.5906-35.081915.5026
CIE-Lab93.4020-32.762211.9210

#adfdd4 color RGB value is (173,253,212).

#adfdd4 hex color red value is 173, green value is 253 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #adfdd4 hue: 0.41 , saturation: 0.95 and the lightness value of adfdd4 is 0.84.

The process color (four color CMYK) of #adfdd4 color hex is 0.32, 0.00, 0.16, 0.01. Web safe color of #adfdd4 is #99ffcc. Color #adfdd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11010100
Octal 255 375 324
Decimal 173 253 212
Hex AD FD D4

RGB Percentages of Color #adfdd4

%27.12
%39.66
%33.23

CMYK Percentages of Color #adfdd4

%32
%0
%16
%1

Triadic Colors of #adfdd4

#adfdd4 #d4adfd #fdd4ad

Analogous Colors of #adfdd4

#adfdd4 #adfdfc #aefdad

Monochromatic Colors of #adfdd4

#adfdd4

Complementary Color

#adfdd4 #fdadd6

#adfdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdd4 Color CSS Codes

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

#adfdd4 Text Font Color

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

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


#adfdd4 Background Color

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

This div background color is #adfdd4


#adfdd4 Border Color

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

This div border color is #adfdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdd4

Related Colors


Comments

No comments written yet.

Please login to write comment.