Color Hex Logo

#bedfa1 Color Hex

#BEDFA1
(190,223,161)
0 Favorites   0 Comments

Color spaces of #bedfa1

RGB 190223161
HSL0.260.490.75
HSV92°28°87°
CMYK 0.150.000.28   0.13
XYZ54.055966.295743.6655
Yxy66.29570.32960.4042
Hunter Lab81.4222-23.983325.1992
CIE-Lab85.1470-21.719926.9036

#bedfa1 color RGB value is (190,223,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10100001
Octal 276 337 241
Decimal 190 223 161
Hex BE DF A1

RGB Percentages of Color #bedfa1

%33.10
%38.85
%28.05

CMYK Percentages of Color #bedfa1

%15
%0
%28
%13

Triadic Colors of #bedfa1

#bedfa1 #a1bedf #dfa1be

Analogous Colors of #bedfa1

#bedfa1 #a1dfa3 #dddfa1

Monochromatic Colors of #bedfa1

#bedfa1

Complementary Color

#bedfa1 #c2a1df

#bedfa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfa1 Color CSS Codes

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

#bedfa1 Text Font Color

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

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


#bedfa1 Background Color

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

This div background color is #bedfa1


#bedfa1 Border Color

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

This div border color is #bedfa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfa1


Comments

No comments written yet.

Please login to write comment.