Color Hex Logo

#bfca90 Color Hex

#BFCA90
(191,202,144)
0 Favorites   0 Comments

Color spaces of #bfca90

RGB 191202144
HSL0.200.350.68
HSV71°29°79°
CMYK 0.050.000.29   0.21
XYZ47.640455.331034.5546
Yxy55.33100.34640.4023
Hunter Lab74.3848-15.851524.5269
CIE-Lab79.2315-13.305427.7721

#bfca90 color RGB value is (191,202,144).

#bfca90 hex color red value is 191, green value is 202 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bfca90 hue: 0.20 , saturation: 0.35 and the lightness value of bfca90 is 0.68.

The process color (four color CMYK) of #bfca90 color hex is 0.05, 0.00, 0.29, 0.21. Web safe color of #bfca90 is #cccc99. Color #bfca90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 10010000
Octal 277 312 220
Decimal 191 202 144
Hex BF CA 90

RGB Percentages of Color #bfca90

%35.57
%37.62
%26.82

CMYK Percentages of Color #bfca90

%5
%0
%29
%21

Triadic Colors of #bfca90

#bfca90 #90bfca #ca90bf

Analogous Colors of #bfca90

#bfca90 #a2ca90 #cab890

Monochromatic Colors of #bfca90

#bfca90

Complementary Color

#bfca90 #9b90ca

#bfca90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca90 Color CSS Codes

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

#bfca90 Text Font Color

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

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


#bfca90 Background Color

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

This div background color is #bfca90


#bfca90 Border Color

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

This div border color is #bfca90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,202,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 #bfca90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca90


Comments

No comments written yet.

Please login to write comment.