Color Hex Logo

#bedda5 Color Hex

#BEDDA5
(190,221,165)
0 Favorites   0 Comments

Color spaces of #bedda5

RGB 190221165
HSL0.260.450.76
HSV93°25°87°
CMYK 0.140.000.25   0.13
XYZ53.883265.376745.3763
Yxy65.37670.32730.3971
Hunter Lab80.8559-22.543523.3256
CIE-Lab84.6775-20.137624.1925

#bedda5 color RGB value is (190,221,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10100101
Octal 276 335 245
Decimal 190 221 165
Hex BE DD A5

RGB Percentages of Color #bedda5

%32.99
%38.37
%28.65

CMYK Percentages of Color #bedda5

%14
%0
%25
%13

Triadic Colors of #bedda5

#bedda5 #a5bedd #dda5be

Analogous Colors of #bedda5

#bedda5 #a5dda8 #dadda5

Monochromatic Colors of #bedda5

#bedda5

Complementary Color

#bedda5 #c4a5dd

#bedda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedda5 Color CSS Codes

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

#bedda5 Text Font Color

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

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


#bedda5 Background Color

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

This div background color is #bedda5


#bedda5 Border Color

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

This div border color is #bedda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedda5


Comments

No comments written yet.

Please login to write comment.