Color Hex Logo

#afdcf7 Color Hex

#AFDCF7
(175,220,247)
0 Favorites   0 Comments

Color spaces of #afdcf7

RGB 175220247
HSL0.560.820.83
HSV203°29°97°
CMYK 0.290.110.00   0.03
XYZ60.060967.015897.7655
Yxy67.01580.26710.2981
Hunter Lab81.8632-12.2997-13.5031
CIE-Lab85.5119-8.4883-17.9267

#afdcf7 color RGB value is (175,220,247).

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

The process color (four color CMYK) of #afdcf7 color hex is 0.29, 0.11, 0.00, 0.03. Web safe color of #afdcf7 is #99ccff. Color #afdcf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11110111
Octal 257 334 367
Decimal 175 220 247
Hex AF DC F7

RGB Percentages of Color #afdcf7

%27.26
%34.27
%38.47

CMYK Percentages of Color #afdcf7

%29
%11
%0
%3

Triadic Colors of #afdcf7

#afdcf7 #f7afdc #dcf7af

Analogous Colors of #afdcf7

#afdcf7 #afb8f7 #aff7ee

Monochromatic Colors of #afdcf7

#afdcf7

Complementary Color

#afdcf7 #f7caaf

#afdcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcf7 Color CSS Codes

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

#afdcf7 Text Font Color

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

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


#afdcf7 Background Color

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

This div background color is #afdcf7


#afdcf7 Border Color

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

This div border color is #afdcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcf7


Comments

No comments written yet.

Please login to write comment.