Color Hex Logo

#afcdef Color Hex

#AFCDEF
(175,205,239)
0 Favorites   0 Comments

Color spaces of #afcdef

RGB 175205239
HSL0.590.670.81
HSV212°27°94°
CMYK 0.270.140.00   0.06
XYZ55.090559.008690.1476
Yxy59.00860.26970.2889
Hunter Lab76.8171-6.4159-15.8070
CIE-Lab81.2963-2.4959-20.0473

#afcdef color RGB value is (175,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11101111
Octal 257 315 357
Decimal 175 205 239
Hex AF CD EF

RGB Percentages of Color #afcdef

%28.27
%33.12
%38.61

CMYK Percentages of Color #afcdef

%27
%14
%0
%6

Triadic Colors of #afcdef

#afcdef #efafcd #cdefaf

Analogous Colors of #afcdef

#afcdef #b1afef #afedef

Monochromatic Colors of #afcdef

#afcdef

Complementary Color

#afcdef #efd1af

#afcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdef Color CSS Codes

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

#afcdef Text Font Color

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

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


#afcdef Background Color

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

This div background color is #afcdef


#afcdef Border Color

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

This div border color is #afcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdef


Comments

No comments written yet.

Please login to write comment.