Color Hex Logo

#bdcec7 Color Hex

#BDCEC7
(189,206,199)
0 Favorites   0 Comments

Color spaces of #bdcec7

RGB 189206199
HSL0.430.150.77
HSV155°81°
CMYK 0.080.000.03   0.19
XYZ53.366459.085062.6247
Yxy59.08500.30480.3375
Hunter Lab76.8668-10.58945.5021
CIE-Lab81.3383-7.07191.4993

#bdcec7 color RGB value is (189,206,199).

#bdcec7 hex color red value is 189, green value is 206 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bdcec7 hue: 0.43 , saturation: 0.15 and the lightness value of bdcec7 is 0.77.

The process color (four color CMYK) of #bdcec7 color hex is 0.08, 0.00, 0.03, 0.19. Web safe color of #bdcec7 is #cccccc. Color #bdcec7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11000111
Octal 275 316 307
Decimal 189 206 199
Hex BD CE C7

RGB Percentages of Color #bdcec7

%31.82
%34.68
%33.50

CMYK Percentages of Color #bdcec7

%8
%0
%3
%19

Triadic Colors of #bdcec7

#bdcec7 #c7bdce #cec7bd

Analogous Colors of #bdcec7

#bdcec7 #bdcdce #bdcebf

Monochromatic Colors of #bdcec7

#bdcec7

Complementary Color

#bdcec7 #cebdc4

#bdcec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcec7 Color CSS Codes

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

#bdcec7 Text Font Color

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

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


#bdcec7 Background Color

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

This div background color is #bdcec7


#bdcec7 Border Color

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

This div border color is #bdcec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcec7


Comments

No comments written yet.

Please login to write comment.