Color Hex Logo

#bedfb9 Color Hex

#BEDFB9
(190,223,185)
0 Favorites   0 Comments

Color spaces of #bedfb9

RGB 190223185
HSL0.310.370.80
HSV112°17°87°
CMYK 0.150.000.17   0.13
XYZ56.379867.225355.9032
Yxy67.22530.31410.3745
Hunter Lab81.9910-20.741716.9686
CIE-Lab85.6176-17.894915.0545

#bedfb9 color RGB value is (190,223,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10111001
Octal 276 337 271
Decimal 190 223 185
Hex BE DF B9

RGB Percentages of Color #bedfb9

%31.77
%37.29
%30.94

CMYK Percentages of Color #bedfb9

%15
%0
%17
%13

Triadic Colors of #bedfb9

#bedfb9 #b9bedf #dfb9be

Analogous Colors of #bedfb9

#bedfb9 #b9dfc7 #d1dfb9

Monochromatic Colors of #bedfb9

#bedfb9

Complementary Color

#bedfb9 #dab9df

#bedfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfb9 Color CSS Codes

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

#bedfb9 Text Font Color

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

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


#bedfb9 Background Color

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

This div background color is #bedfb9


#bedfb9 Border Color

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

This div border color is #bedfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfb9


Comments

No comments written yet.

Please login to write comment.