Color Hex Logo

#adcff3 Color Hex

#ADCFF3
(173,207,243)
0 Favorites   0 Comments

Color spaces of #adcff3

RGB 173207243
HSL0.590.740.82
HSV211°29°95°
CMYK 0.290.150.00   0.05
XYZ55.724159.980993.4345
Yxy59.98090.26640.2868
Hunter Lab77.4473-7.1004-17.3159
CIE-Lab81.8278-3.1946-21.3863

#adcff3 color RGB value is (173,207,243).

#adcff3 hex color red value is 173, green value is 207 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #adcff3 hue: 0.59 , saturation: 0.74 and the lightness value of adcff3 is 0.82.

The process color (four color CMYK) of #adcff3 color hex is 0.29, 0.15, 0.00, 0.05. Web safe color of #adcff3 is #99ccff. Color #adcff3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11110011
Octal 255 317 363
Decimal 173 207 243
Hex AD CF F3

RGB Percentages of Color #adcff3

%27.77
%33.23
%39.00

CMYK Percentages of Color #adcff3

%29
%15
%0
%5

Triadic Colors of #adcff3

#adcff3 #f3adcf #cff3ad

Analogous Colors of #adcff3

#adcff3 #aeadf3 #adf2f3

Monochromatic Colors of #adcff3

#adcff3

Complementary Color

#adcff3 #f3d1ad

#adcff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcff3 Color CSS Codes

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

#adcff3 Text Font Color

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

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


#adcff3 Background Color

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

This div background color is #adcff3


#adcff3 Border Color

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

This div border color is #adcff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcff3


Comments

No comments written yet.

Please login to write comment.