Color Hex Logo

#bdcbf5 Color Hex

#BDCBF5
(189,203,245)
0 Favorites   0 Comments

Color spaces of #bdcbf5

RGB 189203245
HSL0.630.740.85
HSV225°23°96°
CMYK 0.230.170.00   0.04
XYZ58.823660.123394.8908
Yxy60.12330.27510.2812
Hunter Lab77.5392-0.2781-18.2804
CIE-Lab81.90524.0913-22.2352

#bdcbf5 color RGB value is (189,203,245).

#bdcbf5 hex color red value is 189, green value is 203 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bdcbf5 hue: 0.63 , saturation: 0.74 and the lightness value of bdcbf5 is 0.85.

The process color (four color CMYK) of #bdcbf5 color hex is 0.23, 0.17, 0.00, 0.04. Web safe color of #bdcbf5 is #ccccff. Color #bdcbf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11110101
Octal 275 313 365
Decimal 189 203 245
Hex BD CB F5

RGB Percentages of Color #bdcbf5

%29.67
%31.87
%38.46

CMYK Percentages of Color #bdcbf5

%23
%17
%0
%4

Triadic Colors of #bdcbf5

#bdcbf5 #f5bdcb #cbf5bd

Analogous Colors of #bdcbf5

#bdcbf5 #cbbdf5 #bde7f5

Monochromatic Colors of #bdcbf5

#bdcbf5

Complementary Color

#bdcbf5 #f5e7bd

#bdcbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbf5 Color CSS Codes

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

#bdcbf5 Text Font Color

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

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


#bdcbf5 Background Color

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

This div background color is #bdcbf5


#bdcbf5 Border Color

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

This div border color is #bdcbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbf5


Comments

No comments written yet.

Please login to write comment.