Color Hex Logo

#bedcbb Color Hex

#BEDCBB
(190,220,187)
0 Favorites   0 Comments

Color spaces of #bedcbb

RGB 190220187
HSL0.320.320.80
HSV115°15°86°
CMYK 0.140.000.15   0.14
XYZ55.798065.721456.7583
Yxy65.72140.31300.3686
Hunter Lab81.0687-19.012315.2377
CIE-Lab84.8541-16.054112.9257

#bedcbb color RGB value is (190,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10111011
Octal 276 334 273
Decimal 190 220 187
Hex BE DC BB

RGB Percentages of Color #bedcbb

%31.83
%36.85
%31.32

CMYK Percentages of Color #bedcbb

%14
%0
%15
%14

Triadic Colors of #bedcbb

#bedcbb #bbbedc #dcbbbe

Analogous Colors of #bedcbb

#bedcbb #bbdcc9 #cfdcbb

Monochromatic Colors of #bedcbb

#bedcbb

Complementary Color

#bedcbb #d9bbdc

#bedcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcbb Color CSS Codes

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

#bedcbb Text Font Color

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

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


#bedcbb Background Color

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

This div background color is #bedcbb


#bedcbb Border Color

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

This div border color is #bedcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcbb


Comments

No comments written yet.

Please login to write comment.