Color Hex Logo

#bdcfe9 Color Hex

#BDCFE9
(189,207,233)
0 Favorites   0 Comments

Color spaces of #bdcfe9

RGB 189207233
HSL0.600.500.83
HSV215°19°91°
CMYK 0.190.110.00   0.09
XYZ58.007161.327785.8709
Yxy61.32770.28270.2989
Hunter Lab78.3120-4.8279-10.1944
CIE-Lab82.5546-0.6887-14.8598

#bdcfe9 color RGB value is (189,207,233).

#bdcfe9 hex color red value is 189, green value is 207 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bdcfe9 hue: 0.60 , saturation: 0.50 and the lightness value of bdcfe9 is 0.83.

The process color (four color CMYK) of #bdcfe9 color hex is 0.19, 0.11, 0.00, 0.09. Web safe color of #bdcfe9 is #ccccff. Color #bdcfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11101001
Octal 275 317 351
Decimal 189 207 233
Hex BD CF E9

RGB Percentages of Color #bdcfe9

%30.05
%32.91
%37.04

CMYK Percentages of Color #bdcfe9

%19
%11
%0
%9

Triadic Colors of #bdcfe9

#bdcfe9 #e9bdcf #cfe9bd

Analogous Colors of #bdcfe9

#bdcfe9 #c1bde9 #bde5e9

Monochromatic Colors of #bdcfe9

#bdcfe9

Complementary Color

#bdcfe9 #e9d7bd

#bdcfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfe9 Color CSS Codes

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

#bdcfe9 Text Font Color

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

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


#bdcfe9 Background Color

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

This div background color is #bdcfe9


#bdcfe9 Border Color

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

This div border color is #bdcfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfe9


Comments

No comments written yet.

Please login to write comment.