Color Hex Logo

#bedfaf Color Hex

#BEDFAF
(190,223,175)
0 Favorites   0 Comments

Color spaces of #bedfaf

RGB 190223175
HSL0.280.430.78
HSV101°22°87°
CMYK 0.150.000.22   0.13
XYZ55.360766.817650.5367
Yxy66.81760.32050.3869
Hunter Lab81.7420-22.157520.5636
CIE-Lab85.4118-19.554319.9975

#bedfaf color RGB value is (190,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10101111
Octal 276 337 257
Decimal 190 223 175
Hex BE DF AF

RGB Percentages of Color #bedfaf

%32.31
%37.93
%29.76

CMYK Percentages of Color #bedfaf

%15
%0
%22
%13

Triadic Colors of #bedfaf

#bedfaf #afbedf #dfafbe

Analogous Colors of #bedfaf

#bedfaf #afdfb8 #d6dfaf

Monochromatic Colors of #bedfaf

#bedfaf

Complementary Color

#bedfaf #d0afdf

#bedfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfaf Color CSS Codes

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

#bedfaf Text Font Color

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

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


#bedfaf Background Color

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

This div background color is #bedfaf


#bedfaf Border Color

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

This div border color is #bedfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfaf


Comments

No comments written yet.

Please login to write comment.