Color Hex Logo

#bff699 Color Hex

#BFF699
(191,246,153)
0 Favorites   0 Comments

Color spaces of #bff699

RGB 191246153
HSL0.270.840.78
HSV95°38°96°
CMYK 0.220.000.38   0.04
XYZ60.191479.287842.2686
Yxy79.28780.33120.4363
Hunter Lab89.0437-35.164834.1859
CIE-Lab91.3644-33.403839.2130

#bff699 color RGB value is (191,246,153).

#bff699 hex color red value is 191, green value is 246 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bff699 hue: 0.27 , saturation: 0.84 and the lightness value of bff699 is 0.78.

The process color (four color CMYK) of #bff699 color hex is 0.22, 0.00, 0.38, 0.04. Web safe color of #bff699 is #ccff99. Color #bff699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110110 10011001
Octal 277 366 231
Decimal 191 246 153
Hex BF F6 99

RGB Percentages of Color #bff699

%32.37
%41.69
%25.93

CMYK Percentages of Color #bff699

%22
%0
%38
%4

Triadic Colors of #bff699

#bff699 #99bff6 #f699bf

Analogous Colors of #bff699

#bff699 #99f6a2 #eef699

Monochromatic Colors of #bff699

#bff699

Complementary Color

#bff699 #d099f6

#bff699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff699 Color CSS Codes

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

#bff699 Text Font Color

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

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


#bff699 Background Color

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

This div background color is #bff699


#bff699 Border Color

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

This div border color is #bff699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff699

Related Colors


Comments

No comments written yet.

Please login to write comment.