Color Hex Logo

#bedbc5 Color Hex

#BEDBC5
(190,219,197)
0 Favorites   0 Comments

Color spaces of #bedbc5

RGB 190219197
HSL0.370.290.80
HSV134°13°86°
CMYK 0.130.000.10   0.14
XYZ56.644865.641462.5079
Yxy65.64140.30650.3552
Hunter Lab81.0194-16.985410.9703
CIE-Lab84.8132-13.77047.5939

#bedbc5 color RGB value is (190,219,197).

#bedbc5 hex color red value is 190, green value is 219 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bedbc5 hue: 0.37 , saturation: 0.29 and the lightness value of bedbc5 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11000101
Octal 276 333 305
Decimal 190 219 197
Hex BE DB C5

RGB Percentages of Color #bedbc5

%31.35
%36.14
%32.51

CMYK Percentages of Color #bedbc5

%13
%0
%10
%14

Triadic Colors of #bedbc5

#bedbc5 #c5bedb #dbc5be

Analogous Colors of #bedbc5

#bedbc5 #bedbd4 #c6dbbe

Monochromatic Colors of #bedbc5

#bedbc5

Complementary Color

#bedbc5 #dbbed4

#bedbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbc5 Color CSS Codes

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

#bedbc5 Text Font Color

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

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


#bedbc5 Background Color

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

This div background color is #bedbc5


#bedbc5 Border Color

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

This div border color is #bedbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbc5


Comments

No comments written yet.

Please login to write comment.