Color Hex Logo

#afdae9 Color Hex

#AFDAE9
(175,218,233)
0 Favorites   0 Comments

Color spaces of #afdae9

RGB 175218233
HSL0.540.570.80
HSV196°25°91°
CMYK 0.250.060.00   0.09
XYZ57.458665.140086.6357
Yxy65.14000.27460.3113
Hunter Lab80.7094-14.1637-7.1470
CIE-Lab84.5558-10.6557-11.9564

#afdae9 color RGB value is (175,218,233).

#afdae9 hex color red value is 175, green value is 218 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #afdae9 hue: 0.54 , saturation: 0.57 and the lightness value of afdae9 is 0.80.

The process color (four color CMYK) of #afdae9 color hex is 0.25, 0.06, 0.00, 0.09. Web safe color of #afdae9 is #99ccff. Color #afdae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11101001
Octal 257 332 351
Decimal 175 218 233
Hex AF DA E9

RGB Percentages of Color #afdae9

%27.96
%34.82
%37.22

CMYK Percentages of Color #afdae9

%25
%6
%0
%9

Triadic Colors of #afdae9

#afdae9 #e9afda #dae9af

Analogous Colors of #afdae9

#afdae9 #afbde9 #afe9db

Monochromatic Colors of #afdae9

#afdae9

Complementary Color

#afdae9 #e9beaf

#afdae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdae9 Color CSS Codes

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

#afdae9 Text Font Color

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

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


#afdae9 Background Color

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

This div background color is #afdae9


#afdae9 Border Color

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

This div border color is #afdae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdae9


Comments

No comments written yet.

Please login to write comment.