Color Hex Logo

#afbbd5 Color Hex

#AFBBD5
(175,187,213)
1 Favorites   0 Comments

Color spaces of #afbbd5

RGB 175187213
HSL0.610.310.76
HSV221°18°84°
CMYK 0.180.120.00   0.16
XYZ47.459849.458769.9959
Yxy49.45870.28430.2963
Hunter Lab70.3269-2.6121-9.7821
CIE-Lab75.73581.2599-14.4454

#afbbd5 color RGB value is (175,187,213).

#afbbd5 hex color red value is 175, green value is 187 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #afbbd5 hue: 0.61 , saturation: 0.31 and the lightness value of afbbd5 is 0.76.

The process color (four color CMYK) of #afbbd5 color hex is 0.18, 0.12, 0.00, 0.16. Web safe color of #afbbd5 is #99cccc. Color #afbbd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11010101
Octal 257 273 325
Decimal 175 187 213
Hex AF BB D5

RGB Percentages of Color #afbbd5

%30.43
%32.52
%37.04

CMYK Percentages of Color #afbbd5

%18
%12
%0
%16

Triadic Colors of #afbbd5

#afbbd5 #d5afbb #bbd5af

Analogous Colors of #afbbd5

#afbbd5 #b6afd5 #afced5

Monochromatic Colors of #afbbd5

#afbbd5

Complementary Color

#afbbd5 #d5c9af

#afbbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbd5 Color CSS Codes

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

#afbbd5 Text Font Color

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

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


#afbbd5 Background Color

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

This div background color is #afbbd5


#afbbd5 Border Color

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

This div border color is #afbbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbd5


Comments

No comments written yet.

Please login to write comment.