Color Hex Logo

#bedab3 Color Hex

#BEDAB3
(190,218,179)
0 Favorites   0 Comments

Color spaces of #bedab3

RGB 190218179
HSL0.290.350.78
HSV103°18°85°
CMYK 0.130.000.18   0.15
XYZ54.443364.344652.1981
Yxy64.34460.31840.3763
Hunter Lab80.2151-19.225517.5690
CIE-Lab84.1449-16.413016.1345

#bedab3 color RGB value is (190,218,179).

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

The process color (four color CMYK) of #bedab3 color hex is 0.13, 0.00, 0.18, 0.15. Web safe color of #bedab3 is #cccccc. Color #bedab3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10110011
Octal 276 332 263
Decimal 190 218 179
Hex BE DA B3

RGB Percentages of Color #bedab3

%32.37
%37.14
%30.49

CMYK Percentages of Color #bedab3

%13
%0
%18
%15

Triadic Colors of #bedab3

#bedab3 #b3beda #dab3be

Analogous Colors of #bedab3

#bedab3 #b3dabc #d2dab3

Monochromatic Colors of #bedab3

#bedab3

Complementary Color

#bedab3 #cfb3da

#bedab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedab3 Color CSS Codes

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

#bedab3 Text Font Color

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

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


#bedab3 Background Color

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

This div background color is #bedab3


#bedab3 Border Color

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

This div border color is #bedab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedab3


Comments

No comments written yet.

Please login to write comment.