Color Hex Logo

#bebf69 Color Hex

#BEBF69
(190,191,105)
0 Favorites   0 Comments

Color spaces of #bebf69

RGB 190191105
HSL0.170.400.58
HSV61°45°75°
CMYK 0.010.000.45   0.25
XYZ42.415849.228720.6311
Yxy49.22870.37780.4385
Hunter Lab70.1632-14.876831.6803
CIE-Lab75.5934-12.708443.0468

#bebf69 color RGB value is (190,191,105).

#bebf69 hex color red value is 190, green value is 191 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bebf69 hue: 0.17 , saturation: 0.40 and the lightness value of bebf69 is 0.58.

The process color (four color CMYK) of #bebf69 color hex is 0.01, 0.00, 0.45, 0.25. Web safe color of #bebf69 is #cccc66. Color #bebf69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 01101001
Octal 276 277 151
Decimal 190 191 105
Hex BE BF 69

RGB Percentages of Color #bebf69

%39.09
%39.30
%21.60

CMYK Percentages of Color #bebf69

%1
%0
%45
%25

Triadic Colors of #bebf69

#bebf69 #69bebf #bf69be

Analogous Colors of #bebf69

#bebf69 #93bf69 #bf9569

Monochromatic Colors of #bebf69

#bebf69

Complementary Color

#bebf69 #6a69bf

#bebf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf69 Color CSS Codes

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

#bebf69 Text Font Color

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

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


#bebf69 Background Color

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

This div background color is #bebf69


#bebf69 Border Color

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

This div border color is #bebf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf69


Comments

No comments written yet.

Please login to write comment.