Color Hex Logo

#beddb0 Color Hex

#BEDDB0
(190,221,176)
0 Favorites   0 Comments

Color spaces of #beddb0

RGB 190221176
HSL0.280.400.78
HSV101°20°87°
CMYK 0.140.000.20   0.13
XYZ54.928165.794650.8789
Yxy65.79460.32010.3834
Hunter Lab81.1139-21.073919.5899
CIE-Lab84.8915-18.402518.7518

#beddb0 color RGB value is (190,221,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10110000
Octal 276 335 260
Decimal 190 221 176
Hex BE DD B0

RGB Percentages of Color #beddb0

%32.37
%37.65
%29.98

CMYK Percentages of Color #beddb0

%14
%0
%20
%13

Triadic Colors of #beddb0

#beddb0 #b0bedd #ddb0be

Analogous Colors of #beddb0

#beddb0 #b0ddb9 #d5ddb0

Monochromatic Colors of #beddb0

#beddb0

Complementary Color

#beddb0 #cfb0dd

#beddb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddb0 Color CSS Codes

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

#beddb0 Text Font Color

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

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


#beddb0 Background Color

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

This div background color is #beddb0


#beddb0 Border Color

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

This div border color is #beddb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddb0


Comments

No comments written yet.

Please login to write comment.