Color Hex Logo

#bdafed Color Hex

#BDAFED
(189,175,237)
0 Favorites   0 Comments

Color spaces of #bdafed

RGB 189175237
HSL0.700.630.81
HSV254°26°93°
CMYK 0.200.260.00   0.07
XYZ51.602347.593286.5874
Yxy47.59320.27780.2562
Hunter Lab68.987812.7878-26.1241
CIE-Lab74.567617.5159-29.1430

#bdafed color RGB value is (189,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11101101
Octal 275 257 355
Decimal 189 175 237
Hex BD AF ED

RGB Percentages of Color #bdafed

%31.45
%29.12
%39.43

CMYK Percentages of Color #bdafed

%20
%26
%0
%7

Triadic Colors of #bdafed

#bdafed #edbdaf #afedbd

Analogous Colors of #bdafed

#bdafed #dcafed #afc0ed

Monochromatic Colors of #bdafed

#bdafed

Complementary Color

#bdafed #dfedaf

#bdafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafed Color CSS Codes

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

#bdafed Text Font Color

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

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


#bdafed Background Color

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

This div background color is #bdafed


#bdafed Border Color

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

This div border color is #bdafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafed


Comments

No comments written yet.

Please login to write comment.