Color Hex Logo

#bedfa3 Color Hex

#BEDFA3
(190,223,163)
0 Favorites   0 Comments

Color spaces of #bedfa3

RGB 190223163
HSL0.260.480.76
HSV93°27°87°
CMYK 0.150.000.27   0.13
XYZ54.233766.366844.6020
Yxy66.36680.32830.4017
Hunter Lab81.4658-23.733624.5652
CIE-Lab85.1832-21.422025.9190

#bedfa3 color RGB value is (190,223,163).

#bedfa3 hex color red value is 190, green value is 223 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bedfa3 hue: 0.26 , saturation: 0.48 and the lightness value of bedfa3 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10100011
Octal 276 337 243
Decimal 190 223 163
Hex BE DF A3

RGB Percentages of Color #bedfa3

%32.99
%38.72
%28.30

CMYK Percentages of Color #bedfa3

%15
%0
%27
%13

Triadic Colors of #bedfa3

#bedfa3 #a3bedf #dfa3be

Analogous Colors of #bedfa3

#bedfa3 #a3dfa6 #dcdfa3

Monochromatic Colors of #bedfa3

#bedfa3

Complementary Color

#bedfa3 #c4a3df

#bedfa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfa3 Color CSS Codes

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

#bedfa3 Text Font Color

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

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


#bedfa3 Background Color

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

This div background color is #bedfa3


#bedfa3 Border Color

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

This div border color is #bedfa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfa3


Comments

No comments written yet.

Please login to write comment.