Color Hex Logo

#afd0f0 Color Hex

#AFD0F0
(175,208,240)
0 Favorites   0 Comments

Color spaces of #afd0f0

RGB 175208240
HSL0.580.680.81
HSV210°27°94°
CMYK 0.270.130.00   0.06
XYZ55.963260.517091.1694
Yxy60.51700.26950.2914
Hunter Lab77.7927-7.7262-15.0303
CIE-Lab82.1184-3.8495-19.3368

#afd0f0 color RGB value is (175,208,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 11110000
Octal 257 320 360
Decimal 175 208 240
Hex AF D0 F0

RGB Percentages of Color #afd0f0

%28.09
%33.39
%38.52

CMYK Percentages of Color #afd0f0

%27
%13
%0
%6

Triadic Colors of #afd0f0

#afd0f0 #f0afd0 #d0f0af

Analogous Colors of #afd0f0

#afd0f0 #afb0f0 #aff0f0

Monochromatic Colors of #afd0f0

#afd0f0

Complementary Color

#afd0f0 #f0cfaf

#afd0f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd0f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd0f0 Color CSS Codes

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

#afd0f0 Text Font Color

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

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


#afd0f0 Background Color

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

This div background color is #afd0f0


#afd0f0 Border Color

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

This div border color is #afd0f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd0f0


Comments

No comments written yet.

Please login to write comment.