Color Hex Logo

#afc4ee Color Hex

#AFC4EE
(175,196,238)
0 Favorites   0 Comments

Color spaces of #afc4ee

RGB 175196238
HSL0.610.650.81
HSV220°26°93°
CMYK 0.260.180.00   0.07
XYZ52.851754.766988.6744
Yxy54.76690.26920.2790
Hunter Lab74.0047-2.0293-19.2396
CIE-Lab78.90682.0783-23.1385

#afc4ee color RGB value is (175,196,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 11101110
Octal 257 304 356
Decimal 175 196 238
Hex AF C4 EE

RGB Percentages of Color #afc4ee

%28.74
%32.18
%39.08

CMYK Percentages of Color #afc4ee

%26
%18
%0
%7

Triadic Colors of #afc4ee

#afc4ee #eeafc4 #c4eeaf

Analogous Colors of #afc4ee

#afc4ee #baafee #afe4ee

Monochromatic Colors of #afc4ee

#afc4ee

Complementary Color

#afc4ee #eed9af

#afc4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc4ee Color CSS Codes

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

#afc4ee Text Font Color

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

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


#afc4ee Background Color

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

This div background color is #afc4ee


#afc4ee Border Color

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

This div border color is #afc4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc4ee


Comments

No comments written yet.

Please login to write comment.