Color Hex Logo

#afb7da Color Hex

#AFB7DA
(175,183,218)
0 Favorites   0 Comments

Color spaces of #afb7da

RGB 175183218
HSL0.640.370.77
HSV229°20°85°
CMYK 0.200.160.00   0.15
XYZ47.267648.042973.1116
Yxy48.04290.28060.2853
Hunter Lab69.31300.4293-14.0202
CIE-Lab74.85204.5333-18.4933

#afb7da color RGB value is (175,183,218).

#afb7da hex color red value is 175, green value is 183 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afb7da hue: 0.64 , saturation: 0.37 and the lightness value of afb7da is 0.77.

The process color (four color CMYK) of #afb7da color hex is 0.20, 0.16, 0.00, 0.15. Web safe color of #afb7da is #99cccc. Color #afb7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 11011010
Octal 257 267 332
Decimal 175 183 218
Hex AF B7 DA

RGB Percentages of Color #afb7da

%30.38
%31.77
%37.85

CMYK Percentages of Color #afb7da

%20
%16
%0
%15

Triadic Colors of #afb7da

#afb7da #daafb7 #b7daaf

Analogous Colors of #afb7da

#afb7da #bdafda #afcdda

Monochromatic Colors of #afb7da

#afb7da

Complementary Color

#afb7da #dad2af

#afb7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7da Color CSS Codes

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

#afb7da Text Font Color

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

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


#afb7da Background Color

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

This div background color is #afb7da


#afb7da Border Color

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

This div border color is #afb7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7da


Comments

No comments written yet.

Please login to write comment.