Color Hex Logo

#befdad Color Hex

#BEFDAD
(190,253,173)
0 Favorites   0 Comments

Color spaces of #befdad

RGB 190253173
HSL0.300.950.84
HSV107°32°99°
CMYK 0.250.000.32   0.01
XYZ63.903384.214852.4222
Yxy84.21480.31870.4199
Hunter Lab91.7686-36.296230.3690
CIE-Lab93.5437-34.146832.1158

#befdad color RGB value is (190,253,173).

#befdad hex color red value is 190, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #befdad hue: 0.30 , saturation: 0.95 and the lightness value of befdad is 0.84.

The process color (four color CMYK) of #befdad color hex is 0.25, 0.00, 0.32, 0.01. Web safe color of #befdad is #ccff99. Color #befdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10101101
Octal 276 375 255
Decimal 190 253 173
Hex BE FD AD

RGB Percentages of Color #befdad

%30.84
%41.07
%28.08

CMYK Percentages of Color #befdad

%25
%0
%32
%1

Triadic Colors of #befdad

#befdad #adbefd #fdadbe

Analogous Colors of #befdad

#befdad #adfdc4 #e6fdad

Monochromatic Colors of #befdad

#befdad

Complementary Color

#befdad #ecadfd

#befdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdad Color CSS Codes

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

#befdad Text Font Color

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

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


#befdad Background Color

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

This div background color is #befdad


#befdad Border Color

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

This div border color is #befdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,253,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 #befdad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdad


Comments

No comments written yet.

Please login to write comment.