Color Hex Logo

#afcfee Color Hex

#AFCFEE
(175,207,238)
2 Favorites   0 Comments

Color spaces of #afcfee

RGB 175207238
HSL0.580.650.81
HSV210°26°93°
CMYK 0.260.130.00   0.07
XYZ55.424659.912789.5320
Yxy59.91270.27050.2924
Hunter Lab77.4033-7.6409-14.3981
CIE-Lab81.7907-3.7858-18.7665

#afcfee color RGB value is (175,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11101110
Octal 257 317 356
Decimal 175 207 238
Hex AF CF EE

RGB Percentages of Color #afcfee

%28.23
%33.39
%38.39

CMYK Percentages of Color #afcfee

%26
%13
%0
%7

Triadic Colors of #afcfee

#afcfee #eeafcf #cfeeaf

Analogous Colors of #afcfee

#afcfee #afb0ee #afeeee

Monochromatic Colors of #afcfee

#afcfee

Complementary Color

#afcfee #eeceaf

#afcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfee Color CSS Codes

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

#afcfee Text Font Color

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

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


#afcfee Background Color

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

This div background color is #afcfee


#afcfee Border Color

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

This div border color is #afcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfee


Comments

No comments written yet.

Please login to write comment.