Color Hex Logo

#bedac4 Color Hex

#BEDAC4
(190,218,196)
0 Favorites   0 Comments

Color spaces of #bedac4

RGB 190218196
HSL0.370.270.80
HSV133°13°85°
CMYK 0.130.000.10   0.15
XYZ56.270465.075561.8196
Yxy65.07550.30720.3553
Hunter Lab80.6694-16.659911.0327
CIE-Lab84.5226-13.44717.7053

#bedac4 color RGB value is (190,218,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11000100
Octal 276 332 304
Decimal 190 218 196
Hex BE DA C4

RGB Percentages of Color #bedac4

%31.46
%36.09
%32.45

CMYK Percentages of Color #bedac4

%13
%0
%10
%15

Triadic Colors of #bedac4

#bedac4 #c4beda #dac4be

Analogous Colors of #bedac4

#bedac4 #bedad2 #c6dabe

Monochromatic Colors of #bedac4

#bedac4

Complementary Color

#bedac4 #dabed4

#bedac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedac4 Color CSS Codes

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

#bedac4 Text Font Color

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

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


#bedac4 Background Color

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

This div background color is #bedac4


#bedac4 Border Color

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

This div border color is #bedac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedac4


Comments

No comments written yet.

Please login to write comment.