Color Hex Logo

#afc4ea Color Hex

#AFC4EA
(175,196,234)
0 Favorites   0 Comments

Color spaces of #afc4ea

RGB 175196234
HSL0.610.580.80
HSV219°25°92°
CMYK 0.250.160.00   0.08
XYZ52.270454.534385.6131
Yxy54.53430.27170.2834
Hunter Lab73.8473-2.8875-17.0433
CIE-Lab78.77231.1453-21.1960

#afc4ea color RGB value is (175,196,234).

#afc4ea hex color red value is 175, green value is 196 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #afc4ea hue: 0.61 , saturation: 0.58 and the lightness value of afc4ea is 0.80.

The process color (four color CMYK) of #afc4ea color hex is 0.25, 0.16, 0.00, 0.08. Web safe color of #afc4ea is #99ccff. Color #afc4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 11101010
Octal 257 304 352
Decimal 175 196 234
Hex AF C4 EA

RGB Percentages of Color #afc4ea

%28.93
%32.40
%38.68

CMYK Percentages of Color #afc4ea

%25
%16
%0
%8

Triadic Colors of #afc4ea

#afc4ea #eaafc4 #c4eaaf

Analogous Colors of #afc4ea

#afc4ea #b8afea #afe2ea

Monochromatic Colors of #afc4ea

#afc4ea

Complementary Color

#afc4ea #ead5af

#afc4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc4ea Color CSS Codes

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

#afc4ea Text Font Color

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

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


#afc4ea Background Color

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

This div background color is #afc4ea


#afc4ea Border Color

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

This div border color is #afc4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc4ea


Comments

No comments written yet.

Please login to write comment.