Color Hex Logo

#adddfc Color Hex

#ADDDFC
(173,221,252)
0 Favorites   0 Comments

Color spaces of #adddfc

RGB 173221252
HSL0.570.930.83
HSV204°31°99°
CMYK 0.310.120.00   0.01
XYZ60.660767.6254101.9513
Yxy67.62540.26350.2937
Hunter Lab82.2347-12.2395-15.9411
CIE-Lab85.8188-8.3875-20.1128

#adddfc color RGB value is (173,221,252).

#adddfc hex color red value is 173, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adddfc hue: 0.57 , saturation: 0.93 and the lightness value of adddfc is 0.83.

The process color (four color CMYK) of #adddfc color hex is 0.31, 0.12, 0.00, 0.01. Web safe color of #adddfc is #99ccff. Color #adddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11111100
Octal 255 335 374
Decimal 173 221 252
Hex AD DD FC

RGB Percentages of Color #adddfc

%26.78
%34.21
%39.01

CMYK Percentages of Color #adddfc

%31
%12
%0
%1

Triadic Colors of #adddfc

#adddfc #fcaddd #ddfcad

Analogous Colors of #adddfc

#adddfc #adb6fc #adfcf4

Monochromatic Colors of #adddfc

#adddfc

Complementary Color

#adddfc #fcccad

#adddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddfc Color CSS Codes

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

#adddfc Text Font Color

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

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


#adddfc Background Color

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

This div background color is #adddfc


#adddfc Border Color

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

This div border color is #adddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.