Color Hex Logo

#beddac Color Hex

#BEDDAC
(190,221,172)
0 Favorites   0 Comments

Color spaces of #beddac

RGB 190221172
HSL0.270.420.77
HSV98°22°87°
CMYK 0.140.000.22   0.13
XYZ54.538165.638648.8248
Yxy65.63860.32270.3884
Hunter Lab81.0177-21.621320.9816
CIE-Lab84.8117-19.046620.7316

#beddac color RGB value is (190,221,172).

#beddac hex color red value is 190, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #beddac hue: 0.27 , saturation: 0.42 and the lightness value of beddac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10101100
Octal 276 335 254
Decimal 190 221 172
Hex BE DD AC

RGB Percentages of Color #beddac

%32.59
%37.91
%29.50

CMYK Percentages of Color #beddac

%14
%0
%22
%13

Triadic Colors of #beddac

#beddac #acbedd #ddacbe

Analogous Colors of #beddac

#beddac #acddb3 #d7ddac

Monochromatic Colors of #beddac

#beddac

Complementary Color

#beddac #cbacdd

#beddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddac Color CSS Codes

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

#beddac Text Font Color

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

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


#beddac Background Color

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

This div background color is #beddac


#beddac Border Color

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

This div border color is #beddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddac


Comments

No comments written yet.

Please login to write comment.