Color Hex Logo

#beddb2 Color Hex

#BEDDB2
(190,221,178)
0 Favorites   0 Comments

Color spaces of #beddb2

RGB 190221178
HSL0.290.390.78
HSV103°19°87°
CMYK 0.140.000.19   0.13
XYZ55.127565.874451.9290
Yxy65.87440.31880.3809
Hunter Lab81.1630-20.794718.8797
CIE-Lab84.9323-18.074917.7617

#beddb2 color RGB value is (190,221,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10110010
Octal 276 335 262
Decimal 190 221 178
Hex BE DD B2

RGB Percentages of Color #beddb2

%32.26
%37.52
%30.22

CMYK Percentages of Color #beddb2

%14
%0
%19
%13

Triadic Colors of #beddb2

#beddb2 #b2bedd #ddb2be

Analogous Colors of #beddb2

#beddb2 #b2ddbc #d4ddb2

Monochromatic Colors of #beddb2

#beddb2

Complementary Color

#beddb2 #d1b2dd

#beddb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddb2 Color CSS Codes

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

#beddb2 Text Font Color

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

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


#beddb2 Background Color

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

This div background color is #beddb2


#beddb2 Border Color

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

This div border color is #beddb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddb2

#beddb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.