Color Hex Logo

#bedcb2 Color Hex

#BEDCB2
(190,220,178)
0 Favorites   0 Comments

Color spaces of #bedcb2

RGB 190220178
HSL0.290.380.78
HSV103°19°86°
CMYK 0.140.000.19   0.14
XYZ54.864365.347951.8412
Yxy65.34790.31890.3798
Hunter Lab80.8380-20.319718.5641
CIE-Lab84.6627-17.577417.3849

#bedcb2 color RGB value is (190,220,178).

#bedcb2 hex color red value is 190, green value is 220 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bedcb2 hue: 0.29 , saturation: 0.38 and the lightness value of bedcb2 is 0.78.

The process color (four color CMYK) of #bedcb2 color hex is 0.14, 0.00, 0.19, 0.14. Web safe color of #bedcb2 is #cccc99. Color #bedcb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10110010
Octal 276 334 262
Decimal 190 220 178
Hex BE DC B2

RGB Percentages of Color #bedcb2

%32.31
%37.41
%30.27

CMYK Percentages of Color #bedcb2

%14
%0
%19
%14

Triadic Colors of #bedcb2

#bedcb2 #b2bedc #dcb2be

Analogous Colors of #bedcb2

#bedcb2 #b2dcbb #d3dcb2

Monochromatic Colors of #bedcb2

#bedcb2

Complementary Color

#bedcb2 #d0b2dc

#bedcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcb2 Color CSS Codes

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

#bedcb2 Text Font Color

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

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


#bedcb2 Background Color

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

This div background color is #bedcb2


#bedcb2 Border Color

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

This div border color is #bedcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcb2


Comments

No comments written yet.

Please login to write comment.