Color Hex Logo

#bedfa4 Color Hex

#BEDFA4
(190,223,164)
0 Favorites   0 Comments

Color spaces of #bedfa4

RGB 190223164
HSL0.260.480.76
HSV94°26°87°
CMYK 0.150.000.26   0.13
XYZ54.323766.402845.0758
Yxy66.40280.32760.4005
Hunter Lab81.4879-23.607324.2447
CIE-Lab85.2015-21.271625.4264

#bedfa4 color RGB value is (190,223,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10100100
Octal 276 337 244
Decimal 190 223 164
Hex BE DF A4

RGB Percentages of Color #bedfa4

%32.93
%38.65
%28.42

CMYK Percentages of Color #bedfa4

%15
%0
%26
%13

Triadic Colors of #bedfa4

#bedfa4 #a4bedf #dfa4be

Analogous Colors of #bedfa4

#bedfa4 #a4dfa8 #dcdfa4

Monochromatic Colors of #bedfa4

#bedfa4

Complementary Color

#bedfa4 #c5a4df

#bedfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfa4 Color CSS Codes

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

#bedfa4 Text Font Color

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

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


#bedfa4 Background Color

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

This div background color is #bedfa4


#bedfa4 Border Color

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

This div border color is #bedfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfa4


Comments

No comments written yet.

Please login to write comment.