Color Hex Logo

#afccef Color Hex

#AFCCEF
(175,204,239)
0 Favorites   0 Comments

Color spaces of #afccef

RGB 175204239
HSL0.590.670.81
HSV213°27°94°
CMYK 0.270.150.00   0.06
XYZ54.852058.531790.0681
Yxy58.53170.26960.2877
Hunter Lab76.5060-5.9076-16.2460
CIE-Lab81.0335-1.9655-20.4453

#afccef color RGB value is (175,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11101111
Octal 257 314 357
Decimal 175 204 239
Hex AF CC EF

RGB Percentages of Color #afccef

%28.32
%33.01
%38.67

CMYK Percentages of Color #afccef

%27
%15
%0
%6

Triadic Colors of #afccef

#afccef #efafcc #ccefaf

Analogous Colors of #afccef

#afccef #b2afef #afecef

Monochromatic Colors of #afccef

#afccef

Complementary Color

#afccef #efd2af

#afccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccef Color CSS Codes

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

#afccef Text Font Color

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

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


#afccef Background Color

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

This div background color is #afccef


#afccef Border Color

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

This div border color is #afccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccef


Comments

No comments written yet.

Please login to write comment.