Color Hex Logo

#afc4eb Color Hex

#AFC4EB
(175,196,235)
0 Favorites   0 Comments

Color spaces of #afc4eb

RGB 175196235
HSL0.610.600.80
HSV219°26°92°
CMYK 0.260.170.00   0.08
XYZ52.414554.592086.3720
Yxy54.59200.27100.2823
Hunter Lab73.8864-2.6745-17.5886
CIE-Lab78.80571.3774-21.6822

#afc4eb color RGB value is (175,196,235).

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

The process color (four color CMYK) of #afc4eb color hex is 0.26, 0.17, 0.00, 0.08. Web safe color of #afc4eb is #99ccff. Color #afc4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 11101011
Octal 257 304 353
Decimal 175 196 235
Hex AF C4 EB

RGB Percentages of Color #afc4eb

%28.88
%32.34
%38.78

CMYK Percentages of Color #afc4eb

%26
%17
%0
%8

Triadic Colors of #afc4eb

#afc4eb #ebafc4 #c4ebaf

Analogous Colors of #afc4eb

#afc4eb #b8afeb #afe2eb

Monochromatic Colors of #afc4eb

#afc4eb

Complementary Color

#afc4eb #ebd6af

#afc4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc4eb Color CSS Codes

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

#afc4eb Text Font Color

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

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


#afc4eb Background Color

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

This div background color is #afc4eb


#afc4eb Border Color

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

This div border color is #afc4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc4eb


Comments

No comments written yet.

Please login to write comment.