Color Hex Logo

#bedea4 Color Hex

#BEDEA4
(190,222,164)
0 Favorites   0 Comments

Color spaces of #bedea4

RGB 190222164
HSL0.260.470.76
HSV93°26°87°
CMYK 0.140.000.26   0.13
XYZ54.057365.870044.9870
Yxy65.87000.32780.3994
Hunter Lab81.1603-23.139723.9479
CIE-Lab84.9301-20.781225.0564

#bedea4 color RGB value is (190,222,164).

#bedea4 hex color red value is 190, green value is 222 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bedea4 hue: 0.26 , saturation: 0.47 and the lightness value of bedea4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10100100
Octal 276 336 244
Decimal 190 222 164
Hex BE DE A4

RGB Percentages of Color #bedea4

%32.99
%38.54
%28.47

CMYK Percentages of Color #bedea4

%14
%0
%26
%13

Triadic Colors of #bedea4

#bedea4 #a4bede #dea4be

Analogous Colors of #bedea4

#bedea4 #a4dea7 #dbdea4

Monochromatic Colors of #bedea4

#bedea4

Complementary Color

#bedea4 #c4a4de

#bedea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedea4 Color CSS Codes

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

#bedea4 Text Font Color

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

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


#bedea4 Background Color

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

This div background color is #bedea4


#bedea4 Border Color

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

This div border color is #bedea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedea4

#bedea4 Color Palettes


Comments

No comments written yet.

Please login to write comment.