Color Hex Logo

#afdcf2 Color Hex

#AFDCF2
(175,220,242)
0 Favorites   0 Comments

Color spaces of #afdcf2

RGB 175220242
HSL0.550.720.82
HSV200°28°95°
CMYK 0.280.090.00   0.05
XYZ59.299466.711293.7555
Yxy66.71120.26980.3036
Hunter Lab81.6769-13.3394-10.8841
CIE-Lab85.3579-9.6454-15.5173

#afdcf2 color RGB value is (175,220,242).

#afdcf2 hex color red value is 175, green value is 220 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #afdcf2 hue: 0.55 , saturation: 0.72 and the lightness value of afdcf2 is 0.82.

The process color (four color CMYK) of #afdcf2 color hex is 0.28, 0.09, 0.00, 0.05. Web safe color of #afdcf2 is #99ccff. Color #afdcf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11110010
Octal 257 334 362
Decimal 175 220 242
Hex AF DC F2

RGB Percentages of Color #afdcf2

%27.47
%34.54
%37.99

CMYK Percentages of Color #afdcf2

%28
%9
%0
%5

Triadic Colors of #afdcf2

#afdcf2 #f2afdc #dcf2af

Analogous Colors of #afdcf2

#afdcf2 #afbbf2 #aff2e7

Monochromatic Colors of #afdcf2

#afdcf2

Complementary Color

#afdcf2 #f2c5af

#afdcf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcf2 Color CSS Codes

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

#afdcf2 Text Font Color

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

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


#afdcf2 Background Color

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

This div background color is #afdcf2


#afdcf2 Border Color

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

This div border color is #afdcf2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,220,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcf2

#afdcf2 Color Palettes


Comments

No comments written yet.

Please login to write comment.