Color Hex Logo

#afcced Color Hex

#AFCCED
(175,204,237)
0 Favorites   0 Comments

Color spaces of #afcced

RGB 175204237
HSL0.590.630.81
HSV212°26°93°
CMYK 0.260.140.00   0.07
XYZ54.558158.414188.5203
Yxy58.41410.27080.2899
Hunter Lab76.4291-6.3307-15.1694
CIE-Lab80.9685-2.4300-19.4757

#afcced color RGB value is (175,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11101101
Octal 257 314 355
Decimal 175 204 237
Hex AF CC ED

RGB Percentages of Color #afcced

%28.41
%33.12
%38.47

CMYK Percentages of Color #afcced

%26
%14
%0
%7

Triadic Colors of #afcced

#afcced #edafcc #ccedaf

Analogous Colors of #afcced

#afcced #b1afed #afebed

Monochromatic Colors of #afcced

#afcced

Complementary Color

#afcced #edd0af

#afcced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcced Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcced Color CSS Codes

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

#afcced Text Font Color

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

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


#afcced Background Color

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

This div background color is #afcced


#afcced Border Color

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

This div border color is #afcced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcced


Comments

No comments written yet.

Please login to write comment.