Color Hex Logo

#bfc598 Color Hex

#BFC598
(191,197,152)
0 Favorites   0 Comments

Color spaces of #bfc598

RGB 191197152
HSL0.190.280.68
HSV68°23°77°
CMYK 0.030.000.23   0.23
XYZ47.119653.275937.5056
Yxy53.27590.34170.3863
Hunter Lab72.9903-12.500720.6275
CIE-Lab78.0376-9.611721.9358

#bfc598 color RGB value is (191,197,152).

#bfc598 hex color red value is 191, green value is 197 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bfc598 hue: 0.19 , saturation: 0.28 and the lightness value of bfc598 is 0.68.

The process color (four color CMYK) of #bfc598 color hex is 0.03, 0.00, 0.23, 0.23. Web safe color of #bfc598 is #cccc99. Color #bfc598 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 10011000
Octal 277 305 230
Decimal 191 197 152
Hex BF C5 98

RGB Percentages of Color #bfc598

%35.37
%36.48
%28.15

CMYK Percentages of Color #bfc598

%3
%0
%23
%23

Triadic Colors of #bfc598

#bfc598 #98bfc5 #c598bf

Analogous Colors of #bfc598

#bfc598 #a9c598 #c5b598

Monochromatic Colors of #bfc598

#bfc598

Complementary Color

#bfc598 #9e98c5

#bfc598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc598 Color CSS Codes

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

#bfc598 Text Font Color

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

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


#bfc598 Background Color

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

This div background color is #bfc598


#bfc598 Border Color

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

This div border color is #bfc598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc598


Comments

No comments written yet.

Please login to write comment.