Color Hex Logo

#bebf88 Color Hex

#BEBF88
(190,191,136)
0 Favorites   0 Comments

Color spaces of #bebf88

RGB 190191136
HSL0.170.300.64
HSV61°29°75°
CMYK 0.010.000.29   0.25
XYZ44.309949.986330.6055
Yxy49.98630.35480.4002
Hunter Lab70.7010-11.856823.8249
CIE-Lab76.0609-9.118527.7140

#bebf88 color RGB value is (190,191,136).

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

The process color (four color CMYK) of #bebf88 color hex is 0.01, 0.00, 0.29, 0.25. Web safe color of #bebf88 is #cccc99. Color #bebf88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 10001000
Octal 276 277 210
Decimal 190 191 136
Hex BE BF 88

RGB Percentages of Color #bebf88

%36.75
%36.94
%26.31

CMYK Percentages of Color #bebf88

%1
%0
%29
%25

Triadic Colors of #bebf88

#bebf88 #88bebf #bf88be

Analogous Colors of #bebf88

#bebf88 #a3bf88 #bfa588

Monochromatic Colors of #bebf88

#bebf88

Complementary Color

#bebf88 #8988bf

#bebf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf88 Color CSS Codes

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

#bebf88 Text Font Color

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

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


#bebf88 Background Color

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

This div background color is #bebf88


#bebf88 Border Color

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

This div border color is #bebf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf88


Comments

No comments written yet.

Please login to write comment.