Color Hex Logo

#bedfbe Color Hex

#BEDFBE
(190,223,190)
0 Favorites   0 Comments

Color spaces of #bedfbe

RGB 190223190
HSL0.330.340.81
HSV120°15°87°
CMYK 0.150.000.15   0.13
XYZ56.917167.440258.7326
Yxy67.44020.31090.3683
Hunter Lab82.1220-19.998715.0819
CIE-Lab85.7258-17.030812.5835

#bedfbe color RGB value is (190,223,190).

#bedfbe hex color red value is 190, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bedfbe hue: 0.33 , saturation: 0.34 and the lightness value of bedfbe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10111110
Octal 276 337 276
Decimal 190 223 190
Hex BE DF BE

RGB Percentages of Color #bedfbe

%31.51
%36.98
%31.51

CMYK Percentages of Color #bedfbe

%15
%0
%15
%13

Triadic Colors of #bedfbe

#bedfbe #bebedf #dfbebe

Analogous Colors of #bedfbe

#bedfbe #bedfcf #cfdfbe

Monochromatic Colors of #bedfbe

#bedfbe

Complementary Color

#bedfbe #dfbedf

#bedfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfbe Color CSS Codes

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

#bedfbe Text Font Color

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

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


#bedfbe Background Color

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

This div background color is #bedfbe


#bedfbe Border Color

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

This div border color is #bedfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfbe


Comments

No comments written yet.

Please login to write comment.