Color Hex Logo

#afcfef Color Hex

#AFCFEF
(175,207,239)
0 Favorites   0 Comments

Color spaces of #afcfef

RGB 175207239
HSL0.580.670.81
HSV210°27°94°
CMYK 0.270.130.00   0.06
XYZ55.572059.971690.3081
Yxy59.97160.27000.2913
Hunter Lab77.4413-7.4305-14.9320
CIE-Lab81.8228-3.5539-19.2511

#afcfef color RGB value is (175,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11101111
Octal 257 317 357
Decimal 175 207 239
Hex AF CF EF

RGB Percentages of Color #afcfef

%28.18
%33.33
%38.49

CMYK Percentages of Color #afcfef

%27
%13
%0
%6

Triadic Colors of #afcfef

#afcfef #efafcf #cfefaf

Analogous Colors of #afcfef

#afcfef #afafef #afefef

Monochromatic Colors of #afcfef

#afcfef

Complementary Color

#afcfef #efcfaf

#afcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfef Color CSS Codes

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

#afcfef Text Font Color

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

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


#afcfef Background Color

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

This div background color is #afcfef


#afcfef Border Color

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

This div border color is #afcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfef


Comments

No comments written yet.

Please login to write comment.