Color Hex Logo

#afc2ec Color Hex

#AFC2EC
(175,194,236)
0 Favorites   0 Comments

Color spaces of #afc2ec

RGB 175194236
HSL0.610.620.81
HSV221°26°93°
CMYK 0.260.180.00   0.07
XYZ52.111353.753786.9858
Yxy53.75370.27020.2787
Hunter Lab73.3169-1.4326-19.0219
CIE-Lab78.31792.6877-22.9608

#afc2ec color RGB value is (175,194,236).

#afc2ec hex color red value is 175, green value is 194 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afc2ec hue: 0.61 , saturation: 0.62 and the lightness value of afc2ec is 0.81.

The process color (four color CMYK) of #afc2ec color hex is 0.26, 0.18, 0.00, 0.07. Web safe color of #afc2ec is #99ccff. Color #afc2ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 11101100
Octal 257 302 354
Decimal 175 194 236
Hex AF C2 EC

RGB Percentages of Color #afc2ec

%28.93
%32.07
%39.01

CMYK Percentages of Color #afc2ec

%26
%18
%0
%7

Triadic Colors of #afc2ec

#afc2ec #ecafc2 #c2ecaf

Analogous Colors of #afc2ec

#afc2ec #bbafec #afe1ec

Monochromatic Colors of #afc2ec

#afc2ec

Complementary Color

#afc2ec #ecd9af

#afc2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc2ec Color CSS Codes

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

#afc2ec Text Font Color

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

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


#afc2ec Background Color

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

This div background color is #afc2ec


#afc2ec Border Color

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

This div border color is #afc2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc2ec


Comments

No comments written yet.

Please login to write comment.