Color Hex Logo

#bedac5 Color Hex

#BEDAC5
(190,218,197)
0 Favorites   0 Comments

Color spaces of #bedac5

RGB 190218197
HSL0.380.270.80
HSV135°13°85°
CMYK 0.130.000.10   0.15
XYZ56.384765.121262.4212
Yxy65.12120.30660.3541
Hunter Lab80.6977-16.500410.6265
CIE-Lab84.5462-13.26457.2104

#bedac5 color RGB value is (190,218,197).

#bedac5 hex color red value is 190, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bedac5 hue: 0.38 , saturation: 0.27 and the lightness value of bedac5 is 0.80.

The process color (four color CMYK) of #bedac5 color hex is 0.13, 0.00, 0.10, 0.15. Web safe color of #bedac5 is #cccccc. Color #bedac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11000101
Octal 276 332 305
Decimal 190 218 197
Hex BE DA C5

RGB Percentages of Color #bedac5

%31.40
%36.03
%32.56

CMYK Percentages of Color #bedac5

%13
%0
%10
%15

Triadic Colors of #bedac5

#bedac5 #c5beda #dac5be

Analogous Colors of #bedac5

#bedac5 #bedad3 #c5dabe

Monochromatic Colors of #bedac5

#bedac5

Complementary Color

#bedac5 #dabed3

#bedac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedac5 Color CSS Codes

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

#bedac5 Text Font Color

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

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


#bedac5 Background Color

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

This div background color is #bedac5


#bedac5 Border Color

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

This div border color is #bedac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedac5


Comments

No comments written yet.

Please login to write comment.