Color Hex Logo

#bdb0ef Color Hex

#BDB0EF
(189,176,239)
0 Favorites   0 Comments

Color spaces of #bdb0ef

RGB 189176239
HSL0.700.660.81
HSV252°26°94°
CMYK 0.210.260.00   0.06
XYZ52.091648.101588.2003
Yxy48.10150.27650.2553
Hunter Lab69.355212.6968-26.8515
CIE-Lab74.888917.4163-29.7325

#bdb0ef color RGB value is (189,176,239).

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

The process color (four color CMYK) of #bdb0ef color hex is 0.21, 0.26, 0.00, 0.06. Web safe color of #bdb0ef is #cc99ff. Color #bdb0ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 11101111
Octal 275 260 357
Decimal 189 176 239
Hex BD B0 EF

RGB Percentages of Color #bdb0ef

%31.29
%29.14
%39.57

CMYK Percentages of Color #bdb0ef

%21
%26
%0
%6

Triadic Colors of #bdb0ef

#bdb0ef #efbdb0 #b0efbd

Analogous Colors of #bdb0ef

#bdb0ef #ddb0ef #b0c3ef

Monochromatic Colors of #bdb0ef

#bdb0ef

Complementary Color

#bdb0ef #e2efb0

#bdb0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb0ef Color CSS Codes

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

#bdb0ef Text Font Color

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

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


#bdb0ef Background Color

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

This div background color is #bdb0ef


#bdb0ef Border Color

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

This div border color is #bdb0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb0ef


Comments

No comments written yet.

Please login to write comment.