Color Hex Logo

#bedfab Color Hex

#BEDFAB
(190,223,171)
0 Favorites   0 Comments

Color spaces of #bedfab

RGB 190223171
HSL0.270.450.77
HSV98°23°87°
CMYK 0.150.000.23   0.13
XYZ54.973666.662848.4979
Yxy66.66280.32310.3918
Hunter Lab81.6473-22.697721.9353
CIE-Lab85.3334-20.192021.9734

#bedfab color RGB value is (190,223,171).

#bedfab hex color red value is 190, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bedfab hue: 0.27 , saturation: 0.45 and the lightness value of bedfab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10101011
Octal 276 337 253
Decimal 190 223 171
Hex BE DF AB

RGB Percentages of Color #bedfab

%32.53
%38.18
%29.28

CMYK Percentages of Color #bedfab

%15
%0
%23
%13

Triadic Colors of #bedfab

#bedfab #abbedf #dfabbe

Analogous Colors of #bedfab

#bedfab #abdfb2 #d8dfab

Monochromatic Colors of #bedfab

#bedfab

Complementary Color

#bedfab #ccabdf

#bedfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfab Color CSS Codes

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

#bedfab Text Font Color

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

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


#bedfab Background Color

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

This div background color is #bedfab


#bedfab Border Color

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

This div border color is #bedfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfab


Comments

No comments written yet.

Please login to write comment.