Color Hex Logo

#afcfed Color Hex

#AFCFED
(175,207,237)
0 Favorites   0 Comments

Color spaces of #afcfed

RGB 175207237
HSL0.580.630.81
HSV209°26°93°
CMYK 0.260.130.00   0.07
XYZ55.278159.854088.7603
Yxy59.85400.27110.2936
Hunter Lab77.3654-7.8499-13.8669
CIE-Lab81.7588-4.0165-18.2817

#afcfed color RGB value is (175,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11101101
Octal 257 317 355
Decimal 175 207 237
Hex AF CF ED

RGB Percentages of Color #afcfed

%28.27
%33.44
%38.29

CMYK Percentages of Color #afcfed

%26
%13
%0
%7

Triadic Colors of #afcfed

#afcfed #edafcf #cfedaf

Analogous Colors of #afcfed

#afcfed #afb0ed #afedec

Monochromatic Colors of #afcfed

#afcfed

Complementary Color

#afcfed #edcdaf

#afcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfed Color CSS Codes

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

#afcfed Text Font Color

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

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


#afcfed Background Color

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

This div background color is #afcfed


#afcfed Border Color

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

This div border color is #afcfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfed


Comments

No comments written yet.

Please login to write comment.