Color Hex Logo

#b5afdf Color Hex

#B5AFDF
(181,175,223)
0 Favorites   0 Comments

Color spaces of #b5afdf

RGB 181175223
HSL0.690.430.78
HSV248°22°87°
CMYK 0.190.220.00   0.13
XYZ47.705345.811476.1402
Yxy45.81140.28120.2700
Hunter Lab67.68417.3636-19.3185
CIE-Lab73.423011.9118-23.3427

#b5afdf color RGB value is (181,175,223).

#b5afdf hex color red value is 181, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b5afdf hue: 0.69 , saturation: 0.43 and the lightness value of b5afdf is 0.78.

The process color (four color CMYK) of #b5afdf color hex is 0.19, 0.22, 0.00, 0.13. Web safe color of #b5afdf is #cc99cc. Color #b5afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101111 11011111
Octal 265 257 337
Decimal 181 175 223
Hex B5 AF DF

RGB Percentages of Color #b5afdf

%31.26
%30.22
%38.51

CMYK Percentages of Color #b5afdf

%19
%22
%0
%13

Triadic Colors of #b5afdf

#b5afdf #dfb5af #afdfb5

Analogous Colors of #b5afdf

#b5afdf #cdafdf #afc1df

Monochromatic Colors of #b5afdf

#b5afdf

Complementary Color

#b5afdf #d9dfaf

#b5afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5afdf Color CSS Codes

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

#b5afdf Text Font Color

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

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


#b5afdf Background Color

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

This div background color is #b5afdf


#b5afdf Border Color

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

This div border color is #b5afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5afdf


Comments

No comments written yet.

Please login to write comment.