Color Hex Logo

#afccee Color Hex

#AFCCEE
(175,204,238)
0 Favorites   0 Comments

Color spaces of #afccee

RGB 175204238
HSL0.590.650.81
HSV212°26°93°
CMYK 0.260.140.00   0.07
XYZ54.704758.472789.2920
Yxy58.47270.27020.2888
Hunter Lab76.4674-6.1194-15.7065
CIE-Lab81.0009-2.1979-19.9607

#afccee color RGB value is (175,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11101110
Octal 257 314 356
Decimal 175 204 238
Hex AF CC EE

RGB Percentages of Color #afccee

%28.36
%33.06
%38.57

CMYK Percentages of Color #afccee

%26
%14
%0
%7

Triadic Colors of #afccee

#afccee #eeafcc #cceeaf

Analogous Colors of #afccee

#afccee #b2afee #afecee

Monochromatic Colors of #afccee

#afccee

Complementary Color

#afccee #eed1af

#afccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccee Color CSS Codes

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

#afccee Text Font Color

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

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


#afccee Background Color

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

This div background color is #afccee


#afccee Border Color

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

This div border color is #afccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccee


Comments

No comments written yet.

Please login to write comment.