Color Hex Logo

#bdcfd3 Color Hex

#BDCFD3
(189,207,211)
0 Favorites   0 Comments

Color spaces of #bdcfd3

RGB 189207211
HSL0.530.200.78
HSV191°10°83°
CMYK 0.100.020.00   0.17
XYZ55.057060.147670.3359
Yxy60.14760.29670.3242
Hunter Lab77.5549-9.00210.5173
CIE-Lab81.9184-5.2615-4.0649

#bdcfd3 color RGB value is (189,207,211).

#bdcfd3 hex color red value is 189, green value is 207 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bdcfd3 hue: 0.53 , saturation: 0.20 and the lightness value of bdcfd3 is 0.78.

The process color (four color CMYK) of #bdcfd3 color hex is 0.10, 0.02, 0.00, 0.17. Web safe color of #bdcfd3 is #cccccc. Color #bdcfd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11010011
Octal 275 317 323
Decimal 189 207 211
Hex BD CF D3

RGB Percentages of Color #bdcfd3

%31.14
%34.10
%34.76

CMYK Percentages of Color #bdcfd3

%10
%2
%0
%17

Triadic Colors of #bdcfd3

#bdcfd3 #d3bdcf #cfd3bd

Analogous Colors of #bdcfd3

#bdcfd3 #bdc4d3 #bdd3cc

Monochromatic Colors of #bdcfd3

#bdcfd3

Complementary Color

#bdcfd3 #d3c1bd

#bdcfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfd3 Color CSS Codes

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

#bdcfd3 Text Font Color

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

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


#bdcfd3 Background Color

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

This div background color is #bdcfd3


#bdcfd3 Border Color

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

This div border color is #bdcfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfd3


Comments

No comments written yet.

Please login to write comment.