Color Hex Logo

#afcaef Color Hex

#AFCAEF
(175,202,239)
0 Favorites   0 Comments

Color spaces of #afcaef

RGB 175202239
HSL0.600.670.81
HSV215°27°94°
CMYK 0.270.150.00   0.06
XYZ54.379757.587089.9106
Yxy57.58700.26940.2853
Hunter Lab75.8861-4.8882-17.1271
CIE-Lab80.5086-0.9013-21.2407

#afcaef color RGB value is (175,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11101111
Octal 257 312 357
Decimal 175 202 239
Hex AF CA EF

RGB Percentages of Color #afcaef

%28.41
%32.79
%38.80

CMYK Percentages of Color #afcaef

%27
%15
%0
%6

Triadic Colors of #afcaef

#afcaef #efafca #caefaf

Analogous Colors of #afcaef

#afcaef #b4afef #afeaef

Monochromatic Colors of #afcaef

#afcaef

Complementary Color

#afcaef #efd4af

#afcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaef Color CSS Codes

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

#afcaef Text Font Color

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

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


#afcaef Background Color

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

This div background color is #afcaef


#afcaef Border Color

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

This div border color is #afcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaef

#afcaef Color Palettes


Comments

No comments written yet.

Please login to write comment.