Color Hex Logo

#afcefc Color Hex

#AFCEFC
(175,206,252)
0 Favorites   0 Comments

Color spaces of #afcefc

RGB 175206252
HSL0.600.930.84
HSV216°31°99°
CMYK 0.310.180.00   0.01
XYZ57.321260.2848100.7104
Yxy60.28480.26260.2761
Hunter Lab77.6433-4.0957-22.5542
CIE-Lab81.99270.0548-25.9124

#afcefc color RGB value is (175,206,252).

#afcefc hex color red value is 175, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #afcefc hue: 0.60 , saturation: 0.93 and the lightness value of afcefc is 0.84.

The process color (four color CMYK) of #afcefc color hex is 0.31, 0.18, 0.00, 0.01. Web safe color of #afcefc is #99ccff. Color #afcefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11111100
Octal 257 316 374
Decimal 175 206 252
Hex AF CE FC

RGB Percentages of Color #afcefc

%27.65
%32.54
%39.81

CMYK Percentages of Color #afcefc

%31
%18
%0
%1

Triadic Colors of #afcefc

#afcefc #fcafce #cefcaf

Analogous Colors of #afcefc

#afcefc #b7affc #aff5fc

Monochromatic Colors of #afcefc

#afcefc

Complementary Color

#afcefc #fcddaf

#afcefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcefc Color CSS Codes

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

#afcefc Text Font Color

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

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


#afcefc Background Color

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

This div background color is #afcefc


#afcefc Border Color

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

This div border color is #afcefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcefc


Comments

No comments written yet.

Please login to write comment.