Color Hex Logo

#afdcef Color Hex

#AFDCEF
(175,220,239)
0 Favorites   0 Comments

Color spaces of #afdcef

RGB 175220239
HSL0.550.670.81
HSV198°27°94°
CMYK 0.270.080.00   0.06
XYZ58.852466.532491.4015
Yxy66.53240.27150.3069
Hunter Lab81.5674-13.9519-9.3411
CIE-Lab85.2673-10.3310-14.0676

#afdcef color RGB value is (175,220,239).

#afdcef hex color red value is 175, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #afdcef hue: 0.55 , saturation: 0.67 and the lightness value of afdcef is 0.81.

The process color (four color CMYK) of #afdcef color hex is 0.27, 0.08, 0.00, 0.06. Web safe color of #afdcef is #99ccff. Color #afdcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11101111
Octal 257 334 357
Decimal 175 220 239
Hex AF DC EF

RGB Percentages of Color #afdcef

%27.60
%34.70
%37.70

CMYK Percentages of Color #afdcef

%27
%8
%0
%6

Triadic Colors of #afdcef

#afdcef #efafdc #dcefaf

Analogous Colors of #afdcef

#afdcef #afbcef #afefe2

Monochromatic Colors of #afdcef

#afdcef

Complementary Color

#afdcef #efc2af

#afdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcef Color CSS Codes

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

#afdcef Text Font Color

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

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


#afdcef Background Color

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

This div background color is #afdcef


#afdcef Border Color

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

This div border color is #afdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcef


Comments

No comments written yet.

Please login to write comment.