Color Hex Logo

#afd8f0 Color Hex

#AFD8F0
(175,216,240)
0 Favorites   0 Comments

Color spaces of #afd8f0

RGB 175216240
HSL0.560.680.81
HSV202°27°94°
CMYK 0.270.100.00   0.06
XYZ57.963264.517091.8361
Yxy64.51700.27050.3010
Hunter Lab80.3225-11.7532-11.5630
CIE-Lab84.2342-8.0355-16.1473

#afd8f0 color RGB value is (175,216,240).

#afd8f0 hex color red value is 175, green value is 216 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #afd8f0 hue: 0.56 , saturation: 0.68 and the lightness value of afd8f0 is 0.81.

The process color (four color CMYK) of #afd8f0 color hex is 0.27, 0.10, 0.00, 0.06. Web safe color of #afd8f0 is #99ccff. Color #afd8f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 11110000
Octal 257 330 360
Decimal 175 216 240
Hex AF D8 F0

RGB Percentages of Color #afd8f0

%27.73
%34.23
%38.03

CMYK Percentages of Color #afd8f0

%27
%10
%0
%6

Triadic Colors of #afd8f0

#afd8f0 #f0afd8 #d8f0af

Analogous Colors of #afd8f0

#afd8f0 #afb8f0 #aff0e8

Monochromatic Colors of #afd8f0

#afd8f0

Complementary Color

#afd8f0 #f0c7af

#afd8f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd8f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd8f0 Color CSS Codes

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

#afd8f0 Text Font Color

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

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


#afd8f0 Background Color

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

This div background color is #afd8f0


#afd8f0 Border Color

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

This div border color is #afd8f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd8f0


Comments

No comments written yet.

Please login to write comment.