Color Hex Logo

#bdafec Color Hex

#BDAFEC
(189,175,236)
0 Favorites   0 Comments

Color spaces of #bdafec

RGB 189175236
HSL0.700.620.81
HSV254°26°93°
CMYK 0.200.260.00   0.07
XYZ51.456647.534985.8200
Yxy47.53490.27840.2572
Hunter Lab68.945612.5664-25.5394
CIE-Lab74.530617.2911-28.6578

#bdafec color RGB value is (189,175,236).

#bdafec hex color red value is 189, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bdafec hue: 0.70 , saturation: 0.62 and the lightness value of bdafec is 0.81.

The process color (four color CMYK) of #bdafec color hex is 0.20, 0.26, 0.00, 0.07. Web safe color of #bdafec is #cc99ff. Color #bdafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11101100
Octal 275 257 354
Decimal 189 175 236
Hex BD AF EC

RGB Percentages of Color #bdafec

%31.50
%29.17
%39.33

CMYK Percentages of Color #bdafec

%20
%26
%0
%7

Triadic Colors of #bdafec

#bdafec #ecbdaf #afecbd

Analogous Colors of #bdafec

#bdafec #dcafec #afc0ec

Monochromatic Colors of #bdafec

#bdafec

Complementary Color

#bdafec #deecaf

#bdafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafec Color CSS Codes

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

#bdafec Text Font Color

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

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


#bdafec Background Color

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

This div background color is #bdafec


#bdafec Border Color

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

This div border color is #bdafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafec


Comments

No comments written yet.

Please login to write comment.