Color Hex Logo

#bdafeb Color Hex

#BDAFEB
(189,175,235)
0 Favorites   0 Comments

Color spaces of #bdafeb

RGB 189175235
HSL0.710.600.80
HSV254°26°92°
CMYK 0.200.260.00   0.08
XYZ51.311647.476985.0568
Yxy47.47690.27910.2582
Hunter Lab68.903512.3457-24.9572
CIE-Lab74.493817.0668-28.1720

#bdafeb color RGB value is (189,175,235).

#bdafeb hex color red value is 189, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdafeb hue: 0.71 , saturation: 0.60 and the lightness value of bdafeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11101011
Octal 275 257 353
Decimal 189 175 235
Hex BD AF EB

RGB Percentages of Color #bdafeb

%31.55
%29.22
%39.23

CMYK Percentages of Color #bdafeb

%20
%26
%0
%8

Triadic Colors of #bdafeb

#bdafeb #ebbdaf #afebbd

Analogous Colors of #bdafeb

#bdafeb #dbafeb #afbfeb

Monochromatic Colors of #bdafeb

#bdafeb

Complementary Color

#bdafeb #ddebaf

#bdafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafeb Color CSS Codes

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

#bdafeb Text Font Color

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

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


#bdafeb Background Color

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

This div background color is #bdafeb


#bdafeb Border Color

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

This div border color is #bdafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafeb


Comments

No comments written yet.

Please login to write comment.