Color Hex Logo

#adf6ca Color Hex

#ADF6CA
(173,246,202)
0 Favorites   0 Comments

Color spaces of #adf6ca

RGB 173246202
HSL0.400.800.82
HSV144°30°96°
CMYK 0.300.000.18   0.04
XYZ60.850079.060067.9301
Yxy79.06000.29280.3804
Hunter Lab88.9157-33.444916.9444
CIE-Lab91.2614-31.399814.0380

#adf6ca color RGB value is (173,246,202).

#adf6ca hex color red value is 173, green value is 246 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adf6ca hue: 0.40 , saturation: 0.80 and the lightness value of adf6ca is 0.82.

The process color (four color CMYK) of #adf6ca color hex is 0.30, 0.00, 0.18, 0.04. Web safe color of #adf6ca is #99ffcc. Color #adf6ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 11001010
Octal 255 366 312
Decimal 173 246 202
Hex AD F6 CA

RGB Percentages of Color #adf6ca

%27.86
%39.61
%32.53

CMYK Percentages of Color #adf6ca

%30
%0
%18
%4

Triadic Colors of #adf6ca

#adf6ca #caadf6 #f6caad

Analogous Colors of #adf6ca

#adf6ca #adf6ef #b5f6ad

Monochromatic Colors of #adf6ca

#adf6ca

Complementary Color

#adf6ca #f6add9

#adf6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf6ca Color CSS Codes

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

#adf6ca Text Font Color

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

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


#adf6ca Background Color

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

This div background color is #adf6ca


#adf6ca Border Color

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

This div border color is #adf6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf6ca

Related Colors


Comments

No comments written yet.

Please login to write comment.