Color Hex Logo

#afd6ee Color Hex

#AFD6EE
(175,214,238)
0 Favorites   0 Comments

Color spaces of #afd6ee

RGB 175214238
HSL0.560.650.81
HSV203°26°93°
CMYK 0.260.100.00   0.07
XYZ57.158463.380190.1099
Yxy63.38010.27130.3009
Hunter Lab79.6116-11.1635-11.3804
CIE-Lab83.6420-7.4542-15.9769

#afd6ee color RGB value is (175,214,238).

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

The process color (four color CMYK) of #afd6ee color hex is 0.26, 0.10, 0.00, 0.07. Web safe color of #afd6ee is #99ccff. Color #afd6ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 11101110
Octal 257 326 356
Decimal 175 214 238
Hex AF D6 EE

RGB Percentages of Color #afd6ee

%27.91
%34.13
%37.96

CMYK Percentages of Color #afd6ee

%26
%10
%0
%7

Triadic Colors of #afd6ee

#afd6ee #eeafd6 #d6eeaf

Analogous Colors of #afd6ee

#afd6ee #afb7ee #afeee7

Monochromatic Colors of #afd6ee

#afd6ee

Complementary Color

#afd6ee #eec7af

#afd6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd6ee Color CSS Codes

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

#afd6ee Text Font Color

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

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


#afd6ee Background Color

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

This div background color is #afd6ee


#afd6ee Border Color

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

This div border color is #afd6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd6ee


Comments

No comments written yet.

Please login to write comment.