Color Hex Logo

#afbdd4 Color Hex

#AFBDD4
(175,189,212)
0 Favorites   0 Comments

Color spaces of #afbdd4

RGB 175189212
HSL0.600.300.76
HSV217°17°83°
CMYK 0.170.110.00   0.17
XYZ47.760550.262669.4718
Yxy50.26260.28510.3001
Hunter Lab70.8961-3.8183-8.4716
CIE-Lab76.2302-0.0349-13.1612

#afbdd4 color RGB value is (175,189,212).

#afbdd4 hex color red value is 175, green value is 189 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #afbdd4 hue: 0.60 , saturation: 0.30 and the lightness value of afbdd4 is 0.76.

The process color (four color CMYK) of #afbdd4 color hex is 0.17, 0.11, 0.00, 0.17. Web safe color of #afbdd4 is #99cccc. Color #afbdd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11010100
Octal 257 275 324
Decimal 175 189 212
Hex AF BD D4

RGB Percentages of Color #afbdd4

%30.38
%32.81
%36.81

CMYK Percentages of Color #afbdd4

%17
%11
%0
%17

Triadic Colors of #afbdd4

#afbdd4 #d4afbd #bdd4af

Analogous Colors of #afbdd4

#afbdd4 #b4afd4 #afd0d4

Monochromatic Colors of #afbdd4

#afbdd4

Complementary Color

#afbdd4 #d4c6af

#afbdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdd4 Color CSS Codes

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

#afbdd4 Text Font Color

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

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


#afbdd4 Background Color

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

This div background color is #afbdd4


#afbdd4 Border Color

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

This div border color is #afbdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdd4


Comments

No comments written yet.

Please login to write comment.