Color Hex Logo

#bedbb2 Color Hex

#BEDBB2
(190,219,178)
0 Favorites   0 Comments

Color spaces of #bedbb2

RGB 190219178
HSL0.280.360.78
HSV102°19°86°
CMYK 0.130.000.19   0.14
XYZ54.602664.824551.7540
Yxy64.82450.31900.3787
Hunter Lab80.5137-19.844118.2481
CIE-Lab84.3932-17.078917.0079

#bedbb2 color RGB value is (190,219,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10110010
Octal 276 333 262
Decimal 190 219 178
Hex BE DB B2

RGB Percentages of Color #bedbb2

%32.37
%37.31
%30.32

CMYK Percentages of Color #bedbb2

%13
%0
%19
%14

Triadic Colors of #bedbb2

#bedbb2 #b2bedb #dbb2be

Analogous Colors of #bedbb2

#bedbb2 #b2dbbb #d3dbb2

Monochromatic Colors of #bedbb2

#bedbb2

Complementary Color

#bedbb2 #cfb2db

#bedbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbb2 Color CSS Codes

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

#bedbb2 Text Font Color

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

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


#bedbb2 Background Color

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

This div background color is #bedbb2


#bedbb2 Border Color

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

This div border color is #bedbb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,219,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 #bedbb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbb2


Comments

No comments written yet.

Please login to write comment.