Color Hex Logo

#bedcd0 Color Hex

#BEDCD0
(190,220,208)
0 Favorites   0 Comments

Color spaces of #bedcd0

RGB 190220208
HSL0.430.300.80
HSV156°14°86°
CMYK 0.140.000.05   0.14
XYZ58.213666.687669.4783
Yxy66.68760.29950.3431
Hunter Lab81.6625-15.66456.7199
CIE-Lab85.3459-12.21772.5503

#bedcd0 color RGB value is (190,220,208).

#bedcd0 hex color red value is 190, green value is 220 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bedcd0 hue: 0.43 , saturation: 0.30 and the lightness value of bedcd0 is 0.80.

The process color (four color CMYK) of #bedcd0 color hex is 0.14, 0.00, 0.05, 0.14. Web safe color of #bedcd0 is #cccccc. Color #bedcd0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11010000
Octal 276 334 320
Decimal 190 220 208
Hex BE DC D0

RGB Percentages of Color #bedcd0

%30.74
%35.60
%33.66

CMYK Percentages of Color #bedcd0

%14
%0
%5
%14

Triadic Colors of #bedcd0

#bedcd0 #d0bedc #dcd0be

Analogous Colors of #bedcd0

#bedcd0 #bed9dc #bedcc1

Monochromatic Colors of #bedcd0

#bedcd0

Complementary Color

#bedcd0 #dcbeca

#bedcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcd0 Color CSS Codes

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

#bedcd0 Text Font Color

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

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


#bedcd0 Background Color

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

This div background color is #bedcd0


#bedcd0 Border Color

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

This div border color is #bedcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcd0


Comments

No comments written yet.

Please login to write comment.