Color Hex Logo

#bedaa3 Color Hex

#BEDAA3
(190,218,163)
0 Favorites   0 Comments

Color spaces of #bedaa3

RGB 190218163
HSL0.250.430.75
HSV91°25°85°
CMYK 0.130.000.25   0.15
XYZ52.917563.734344.1632
Yxy63.73430.32910.3963
Hunter Lab79.8338-21.391123.0850
CIE-Lab83.8272-18.959924.0699

#bedaa3 color RGB value is (190,218,163).

#bedaa3 hex color red value is 190, green value is 218 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bedaa3 hue: 0.25 , saturation: 0.43 and the lightness value of bedaa3 is 0.75.

The process color (four color CMYK) of #bedaa3 color hex is 0.13, 0.00, 0.25, 0.15. Web safe color of #bedaa3 is #cccc99. Color #bedaa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10100011
Octal 276 332 243
Decimal 190 218 163
Hex BE DA A3

RGB Percentages of Color #bedaa3

%33.27
%38.18
%28.55

CMYK Percentages of Color #bedaa3

%13
%0
%25
%15

Triadic Colors of #bedaa3

#bedaa3 #a3beda #daa3be

Analogous Colors of #bedaa3

#bedaa3 #a3daa4 #dadaa3

Monochromatic Colors of #bedaa3

#bedaa3

Complementary Color

#bedaa3 #bfa3da

#bedaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaa3 Color CSS Codes

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

#bedaa3 Text Font Color

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

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


#bedaa3 Background Color

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

This div background color is #bedaa3


#bedaa3 Border Color

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

This div border color is #bedaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaa3


Comments

No comments written yet.

Please login to write comment.