Color Hex Logo

#bfd685 Color Hex

#BFD685
(191,214,133)
0 Favorites   0 Comments

Color spaces of #bfd685

RGB 191214133
HSL0.210.500.68
HSV77°38°84°
CMYK 0.110.000.38   0.16
XYZ49.766160.863031.3151
Yxy60.86300.35060.4288
Hunter Lab78.0147-22.659530.8113
CIE-Lab82.3050-20.731737.4750

#bfd685 color RGB value is (191,214,133).

#bfd685 hex color red value is 191, green value is 214 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bfd685 hue: 0.21 , saturation: 0.50 and the lightness value of bfd685 is 0.68.

The process color (four color CMYK) of #bfd685 color hex is 0.11, 0.00, 0.38, 0.16. Web safe color of #bfd685 is #cccc99. Color #bfd685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 10000101
Octal 277 326 205
Decimal 191 214 133
Hex BF D6 85

RGB Percentages of Color #bfd685

%35.50
%39.78
%24.72

CMYK Percentages of Color #bfd685

%11
%0
%38
%16

Triadic Colors of #bfd685

#bfd685 #85bfd6 #d685bf

Analogous Colors of #bfd685

#bfd685 #97d685 #d6c585

Monochromatic Colors of #bfd685

#bfd685

Complementary Color

#bfd685 #9c85d6

#bfd685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd685 Color CSS Codes

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

#bfd685 Text Font Color

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

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


#bfd685 Background Color

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

This div background color is #bfd685


#bfd685 Border Color

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

This div border color is #bfd685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd685


Comments

No comments written yet.

Please login to write comment.