Color Hex Logo

#bedfad Color Hex

#BEDFAD
(190,223,173)
1 Favorites   1 Comments

Color spaces of #bedfad

RGB 190223173
HSL0.280.440.78
HSV100°22°87°
CMYK 0.150.000.22   0.13
XYZ55.165766.739649.5097
Yxy66.73960.32180.3893
Hunter Lab81.6943-22.429421.2541
CIE-Lab85.3723-19.875020.9855

#bedfad color RGB value is (190,223,173).

#bedfad hex color red value is 190, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bedfad hue: 0.28 , saturation: 0.44 and the lightness value of bedfad is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10101101
Octal 276 337 255
Decimal 190 223 173
Hex BE DF AD

RGB Percentages of Color #bedfad

%32.42
%38.05
%29.52

CMYK Percentages of Color #bedfad

%15
%0
%22
%13

Triadic Colors of #bedfad

#bedfad #adbedf #dfadbe

Analogous Colors of #bedfad

#bedfad #addfb5 #d7dfad

Monochromatic Colors of #bedfad

#bedfad

Complementary Color

#bedfad #ceaddf

#bedfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfad Color CSS Codes

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

#bedfad Text Font Color

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

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


#bedfad Background Color

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

This div background color is #bedfad


#bedfad Border Color

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

This div border color is #bedfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfad


Comments

20 Feb 2019, 21:28 Named

I wonder how this fad might work.

Please login to write comment.