Color Hex Logo

#bedda3 Color Hex

#BEDDA3
(190,221,163)
0 Favorites   0 Comments

Color spaces of #bedda3

RGB 190221163
HSL0.260.460.75
HSV92°26°87°
CMYK 0.140.000.26   0.13
XYZ53.702565.304444.4249
Yxy65.30440.32860.3996
Hunter Lab80.8111-22.798523.9739
CIE-Lab84.6403-20.440725.1799

#bedda3 color RGB value is (190,221,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10100011
Octal 276 335 243
Decimal 190 221 163
Hex BE DD A3

RGB Percentages of Color #bedda3

%33.10
%38.50
%28.40

CMYK Percentages of Color #bedda3

%14
%0
%26
%13

Triadic Colors of #bedda3

#bedda3 #a3bedd #dda3be

Analogous Colors of #bedda3

#bedda3 #a3dda5 #dbdda3

Monochromatic Colors of #bedda3

#bedda3

Complementary Color

#bedda3 #c2a3dd

#bedda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedda3 Color CSS Codes

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

#bedda3 Text Font Color

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

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


#bedda3 Background Color

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

This div background color is #bedda3


#bedda3 Border Color

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

This div border color is #bedda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedda3


Comments

No comments written yet.

Please login to write comment.