Color Hex Logo

#afceee Color Hex

#AFCEEE
(175,206,238)
0 Favorites   0 Comments

Color spaces of #afceee

RGB 175206238
HSL0.580.650.81
HSV210°26°93°
CMYK 0.260.130.00   0.07
XYZ55.183159.429689.4515
Yxy59.42960.27040.2912
Hunter Lab77.0906-7.1344-14.8333
CIE-Lab81.5272-3.2574-19.1647

#afceee color RGB value is (175,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11101110
Octal 257 316 356
Decimal 175 206 238
Hex AF CE EE

RGB Percentages of Color #afceee

%28.27
%33.28
%38.45

CMYK Percentages of Color #afceee

%26
%13
%0
%7

Triadic Colors of #afceee

#afceee #eeafce #ceeeaf

Analogous Colors of #afceee

#afceee #b0afee #afeeee

Monochromatic Colors of #afceee

#afceee

Complementary Color

#afceee #eecfaf

#afceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afceee Color CSS Codes

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

#afceee Text Font Color

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

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


#afceee Background Color

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

This div background color is #afceee


#afceee Border Color

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

This div border color is #afceee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,206,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 #afceee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afceee


Comments

No comments written yet.

Please login to write comment.