Color Hex Logo

#bedbb1 Color Hex

#BEDBB1
(190,219,177)
0 Favorites   0 Comments

Color spaces of #bedbb1

RGB 190219177
HSL0.280.370.78
HSV101°19°86°
CMYK 0.130.000.19   0.14
XYZ54.502564.784551.2270
Yxy64.78450.31960.3799
Hunter Lab80.4888-19.985318.6071
CIE-Lab84.3726-17.244017.5039

#bedbb1 color RGB value is (190,219,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10110001
Octal 276 333 261
Decimal 190 219 177
Hex BE DB B1

RGB Percentages of Color #bedbb1

%32.42
%37.37
%30.20

CMYK Percentages of Color #bedbb1

%13
%0
%19
%14

Triadic Colors of #bedbb1

#bedbb1 #b1bedb #dbb1be

Analogous Colors of #bedbb1

#bedbb1 #b1dbb9 #d3dbb1

Monochromatic Colors of #bedbb1

#bedbb1

Complementary Color

#bedbb1 #ceb1db

#bedbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbb1 Color CSS Codes

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

#bedbb1 Text Font Color

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

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


#bedbb1 Background Color

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

This div background color is #bedbb1


#bedbb1 Border Color

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

This div border color is #bedbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbb1


Comments

No comments written yet.

Please login to write comment.