Color Hex Logo

#afcef3 Color Hex

#AFCEF3
(175,206,243)
0 Favorites   0 Comments

Color spaces of #afcef3

RGB 175206243
HSL0.590.740.82
HSV213°28°95°
CMYK 0.280.150.00   0.05
XYZ55.928259.727693.3749
Yxy59.72760.26760.2857
Hunter Lab77.2836-6.0704-17.5363
CIE-Lab81.6899-2.0899-21.5836

#afcef3 color RGB value is (175,206,243).

#afcef3 hex color red value is 175, green value is 206 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #afcef3 hue: 0.59 , saturation: 0.74 and the lightness value of afcef3 is 0.82.

The process color (four color CMYK) of #afcef3 color hex is 0.28, 0.15, 0.00, 0.05. Web safe color of #afcef3 is #99ccff. Color #afcef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11110011
Octal 257 316 363
Decimal 175 206 243
Hex AF CE F3

RGB Percentages of Color #afcef3

%28.04
%33.01
%38.94

CMYK Percentages of Color #afcef3

%28
%15
%0
%5

Triadic Colors of #afcef3

#afcef3 #f3afce #cef3af

Analogous Colors of #afcef3

#afcef3 #b2aff3 #aff0f3

Monochromatic Colors of #afcef3

#afcef3

Complementary Color

#afcef3 #f3d4af

#afcef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcef3 Color CSS Codes

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

#afcef3 Text Font Color

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

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


#afcef3 Background Color

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

This div background color is #afcef3


#afcef3 Border Color

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

This div border color is #afcef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcef3


Comments

No comments written yet.

Please login to write comment.