Color Hex Logo

#afcdfc Color Hex

#AFCDFC
(175,205,252)
0 Favorites   0 Comments

Color spaces of #afcdfc

RGB 175205252
HSL0.600.930.84
HSV217°31°99°
CMYK 0.310.190.00   0.01
XYZ57.081259.8049100.6305
Yxy59.80490.26240.2749
Hunter Lab77.3336-3.5801-23.0177
CIE-Lab81.73200.5882-26.3104

#afcdfc color RGB value is (175,205,252).

#afcdfc hex color red value is 175, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #afcdfc hue: 0.60 , saturation: 0.93 and the lightness value of afcdfc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11111100
Octal 257 315 374
Decimal 175 205 252
Hex AF CD FC

RGB Percentages of Color #afcdfc

%27.69
%32.44
%39.87

CMYK Percentages of Color #afcdfc

%31
%19
%0
%1

Triadic Colors of #afcdfc

#afcdfc #fcafcd #cdfcaf

Analogous Colors of #afcdfc

#afcdfc #b8affc #aff4fc

Monochromatic Colors of #afcdfc

#afcdfc

Complementary Color

#afcdfc #fcdeaf

#afcdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdfc Color CSS Codes

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

#afcdfc Text Font Color

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

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


#afcdfc Background Color

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

This div background color is #afcdfc


#afcdfc Border Color

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

This div border color is #afcdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.