Color Hex Logo

#adfdea Color Hex

#ADFDEA
(173,253,234)
0 Favorites   0 Comments

Color spaces of #adfdea

RGB 173253234
HSL0.460.950.84
HSV166°32°99°
CMYK 0.320.000.08   0.01
XYZ67.210185.075390.7207
Yxy85.07530.27660.3501
Hunter Lab92.2363-31.34536.2496
CIE-Lab93.9156-28.32081.3128

#adfdea color RGB value is (173,253,234).

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

The process color (four color CMYK) of #adfdea color hex is 0.32, 0.00, 0.08, 0.01. Web safe color of #adfdea is #99ffff. Color #adfdea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11101010
Octal 255 375 352
Decimal 173 253 234
Hex AD FD EA

RGB Percentages of Color #adfdea

%26.21
%38.33
%35.45

CMYK Percentages of Color #adfdea

%32
%0
%8
%1

Triadic Colors of #adfdea

#adfdea #eaadfd #fdeaad

Analogous Colors of #adfdea

#adfdea #ade8fd #adfdc2

Monochromatic Colors of #adfdea

#adfdea

Complementary Color

#adfdea #fdadc0

#adfdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdea Color CSS Codes

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

#adfdea Text Font Color

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

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


#adfdea Background Color

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

This div background color is #adfdea


#adfdea Border Color

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

This div border color is #adfdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdea


Comments

No comments written yet.

Please login to write comment.