Color Hex Logo

#bfd490 Color Hex

#BFD490
(191,212,144)
0 Favorites   0 Comments

Color spaces of #bfd490

RGB 191212144
HSL0.220.440.70
HSV79°32°83°
CMYK 0.100.000.32   0.17
XYZ50.063460.176935.3622
Yxy60.17690.34380.4133
Hunter Lab77.5738-20.556427.2741
CIE-Lab81.9342-18.332631.3774

#bfd490 color RGB value is (191,212,144).

#bfd490 hex color red value is 191, green value is 212 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bfd490 hue: 0.22 , saturation: 0.44 and the lightness value of bfd490 is 0.70.

The process color (four color CMYK) of #bfd490 color hex is 0.10, 0.00, 0.32, 0.17. Web safe color of #bfd490 is #cccc99. Color #bfd490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 10010000
Octal 277 324 220
Decimal 191 212 144
Hex BF D4 90

RGB Percentages of Color #bfd490

%34.92
%38.76
%26.33

CMYK Percentages of Color #bfd490

%10
%0
%32
%17

Triadic Colors of #bfd490

#bfd490 #90bfd4 #d490bf

Analogous Colors of #bfd490

#bfd490 #9dd490 #d4c790

Monochromatic Colors of #bfd490

#bfd490

Complementary Color

#bfd490 #a590d4

#bfd490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd490 Color CSS Codes

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

#bfd490 Text Font Color

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

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


#bfd490 Background Color

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

This div background color is #bfd490


#bfd490 Border Color

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

This div border color is #bfd490


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,212,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfd490; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfd490;
  -webkit-box-shadow: 1px 1px 3px 2px #bfd490;
  box-shadow:         1px 1px 3px 2px #bfd490; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,212,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd490


Comments

No comments written yet.

Please login to write comment.