Color Hex Logo

#bedfba Color Hex

#BEDFBA
(190,223,186)
0 Favorites   0 Comments

Color spaces of #bedfba

RGB 190223186
HSL0.320.370.80
HSV114°17°87°
CMYK 0.150.000.17   0.13
XYZ56.485867.267756.4612
Yxy67.26770.31340.3733
Hunter Lab82.0169-20.594916.5960
CIE-Lab85.6390-17.723914.5602

#bedfba color RGB value is (190,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10111010
Octal 276 337 272
Decimal 190 223 186
Hex BE DF BA

RGB Percentages of Color #bedfba

%31.72
%37.23
%31.05

CMYK Percentages of Color #bedfba

%15
%0
%17
%13

Triadic Colors of #bedfba

#bedfba #babedf #dfbabe

Analogous Colors of #bedfba

#bedfba #badfc9 #d1dfba

Monochromatic Colors of #bedfba

#bedfba

Complementary Color

#bedfba #dbbadf

#bedfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfba Color CSS Codes

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

#bedfba Text Font Color

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

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


#bedfba Background Color

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

This div background color is #bedfba


#bedfba Border Color

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

This div border color is #bedfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfba


Comments

No comments written yet.

Please login to write comment.