Color Hex Logo

#bdb0ea Color Hex

#BDB0EA
(189,176,234)
0 Favorites   0 Comments

Color spaces of #bdb0ea

RGB 189176234
HSL0.700.580.80
HSV253°25°92°
CMYK 0.190.250.00   0.08
XYZ51.362947.810084.3630
Yxy47.81000.27990.2605
Hunter Lab69.144811.5920-23.9379
CIE-Lab74.704916.2923-27.3058

#bdb0ea color RGB value is (189,176,234).

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

The process color (four color CMYK) of #bdb0ea color hex is 0.19, 0.25, 0.00, 0.08. Web safe color of #bdb0ea is #cc99ff. Color #bdb0ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 11101010
Octal 275 260 352
Decimal 189 176 234
Hex BD B0 EA

RGB Percentages of Color #bdb0ea

%31.55
%29.38
%39.07

CMYK Percentages of Color #bdb0ea

%19
%25
%0
%8

Triadic Colors of #bdb0ea

#bdb0ea #eabdb0 #b0eabd

Analogous Colors of #bdb0ea

#bdb0ea #dab0ea #b0c0ea

Monochromatic Colors of #bdb0ea

#bdb0ea

Complementary Color

#bdb0ea #ddeab0

#bdb0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb0ea Color CSS Codes

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

#bdb0ea Text Font Color

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

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


#bdb0ea Background Color

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

This div background color is #bdb0ea


#bdb0ea Border Color

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

This div border color is #bdb0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb0ea


Comments

No comments written yet.

Please login to write comment.