Color Hex Logo

#bedca8 Color Hex

#BEDCA8
(190,220,168)
0 Favorites   0 Comments

Color spaces of #bedca8

RGB 190220168
HSL0.260.430.76
HSV95°24°86°
CMYK 0.140.000.24   0.14
XYZ53.896364.960746.7438
Yxy64.96070.32550.3923
Hunter Lab80.5982-21.683322.0329
CIE-Lab84.4635-19.181722.3377

#bedca8 color RGB value is (190,220,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10101000
Octal 276 334 250
Decimal 190 220 168
Hex BE DC A8

RGB Percentages of Color #bedca8

%32.87
%38.06
%29.07

CMYK Percentages of Color #bedca8

%14
%0
%24
%14

Triadic Colors of #bedca8

#bedca8 #a8bedc #dca8be

Analogous Colors of #bedca8

#bedca8 #a8dcac #d8dca8

Monochromatic Colors of #bedca8

#bedca8

Complementary Color

#bedca8 #c6a8dc

#bedca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedca8 Color CSS Codes

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

#bedca8 Text Font Color

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

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


#bedca8 Background Color

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

This div background color is #bedca8


#bedca8 Border Color

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

This div border color is #bedca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedca8


Comments

No comments written yet.

Please login to write comment.