Color Hex Logo

#bedca2 Color Hex

#BEDCA2
(190,220,162)
0 Favorites   0 Comments

Color spaces of #bedca2

RGB 190220162
HSL0.250.450.75
HSV91°26°86°
CMYK 0.140.000.26   0.14
XYZ53.350064.742243.8671
Yxy64.74220.32940.3997
Hunter Lab80.4625-22.456523.9997
CIE-Lab84.3507-20.098725.3040

#bedca2 color RGB value is (190,220,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10100010
Octal 276 334 242
Decimal 190 220 162
Hex BE DC A2

RGB Percentages of Color #bedca2

%33.22
%38.46
%28.32

CMYK Percentages of Color #bedca2

%14
%0
%26
%14

Triadic Colors of #bedca2

#bedca2 #a2bedc #dca2be

Analogous Colors of #bedca2

#bedca2 #a2dca3 #dbdca2

Monochromatic Colors of #bedca2

#bedca2

Complementary Color

#bedca2 #c0a2dc

#bedca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedca2 Color CSS Codes

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

#bedca2 Text Font Color

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

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


#bedca2 Background Color

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

This div background color is #bedca2


#bedca2 Border Color

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

This div border color is #bedca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedca2


Comments

No comments written yet.

Please login to write comment.