Color Hex Logo

#afcde9 Color Hex

#AFCDE9
(175,205,233)
0 Favorites   0 Comments

Color spaces of #afcde9

RGB 175205233
HSL0.580.570.80
HSV209°25°91°
CMYK 0.250.120.00   0.09
XYZ54.218558.659885.5556
Yxy58.65980.27320.2956
Hunter Lab76.5897-7.6703-12.6180
CIE-Lab81.1042-3.8792-17.1340

#afcde9 color RGB value is (175,205,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11101001
Octal 257 315 351
Decimal 175 205 233
Hex AF CD E9

RGB Percentages of Color #afcde9

%28.55
%33.44
%38.01

CMYK Percentages of Color #afcde9

%25
%12
%0
%9

Triadic Colors of #afcde9

#afcde9 #e9afcd #cde9af

Analogous Colors of #afcde9

#afcde9 #afb0e9 #afe9e8

Monochromatic Colors of #afcde9

#afcde9

Complementary Color

#afcde9 #e9cbaf

#afcde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcde9 Color CSS Codes

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

#afcde9 Text Font Color

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

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


#afcde9 Background Color

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

This div background color is #afcde9


#afcde9 Border Color

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

This div border color is #afcde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcde9


Comments

No comments written yet.

Please login to write comment.