Color Hex Logo

#bdcdbe Color Hex

#BDCDBE
(189,205,190)
0 Favorites   0 Comments

Color spaces of #bdcdbe

RGB 189205190
HSL0.340.140.77
HSV124°80°
CMYK 0.080.000.07   0.20
XYZ52.111958.199257.2022
Yxy58.19920.31110.3474
Hunter Lab76.2884-11.57308.9453
CIE-Lab80.8494-8.22245.6026

#bdcdbe color RGB value is (189,205,190).

#bdcdbe hex color red value is 189, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdcdbe hue: 0.34 , saturation: 0.14 and the lightness value of bdcdbe is 0.77.

The process color (four color CMYK) of #bdcdbe color hex is 0.08, 0.00, 0.07, 0.20. Web safe color of #bdcdbe is #cccccc. Color #bdcdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10111110
Octal 275 315 276
Decimal 189 205 190
Hex BD CD BE

RGB Percentages of Color #bdcdbe

%32.36
%35.10
%32.53

CMYK Percentages of Color #bdcdbe

%8
%0
%7
%20

Triadic Colors of #bdcdbe

#bdcdbe #bebdcd #cdbebd

Analogous Colors of #bdcdbe

#bdcdbe #bdcdc6 #c4cdbd

Monochromatic Colors of #bdcdbe

#bdcdbe

Complementary Color

#bdcdbe #cdbdcc

#bdcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdbe Color CSS Codes

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

#bdcdbe Text Font Color

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

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


#bdcdbe Background Color

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

This div background color is #bdcdbe


#bdcdbe Border Color

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

This div border color is #bdcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdbe


Comments

No comments written yet.

Please login to write comment.