color codes Logo

#addffc color codes

#ADDFFC
(173,223,252)
0 Favorites   0 Comments

Color spaces of #addffc

RGB 173223252
HSL0.560.930.83
HSV202°31°99°
CMYK 0.310.120.00   0.01
XYZ61.191968.6879102.1284
Yxy68.68790.26370.2961
Hunter Lab82.8782-13.2439-15.0467
CIE-Lab86.3493-9.4211-19.3115

#addffc color RGB value is (173,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11111100
Octal 255 337 374
Decimal 173 223 252
Hex AD DF FC

RGB Percentages of Color #addffc

%26.70
%34.41
%38.89

CMYK Percentages of Color #addffc

%31
%12
%0
%1

Triadic Colors of #addffc

#addffc #fcaddf #dffcad

Analogous Colors of #addffc

#addffc #adb8fc #adfcf2

Monochromatic Colors of #addffc

#addffc

Complementary Color

#addffc #fccaad

#addffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#addffc Color CSS Codes

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

#addffc Text Font Color

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

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


#addffc Background Color

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

This div background color is #addffc


#addffc Border Color

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

This div border color is #addffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,223,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 #addffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addffc

Related Colors


Comments

No comments written yet.

Please login to write comment.