Color Hex Logo

#bef1bc Color Hex

#BEF1BC
(190,241,188)
0 Favorites   0 Comments

Color spaces of #bef1bc

RGB 190241188
HSL0.330.650.84
HSV118°22°95°
CMYK 0.210.000.22   0.05
XYZ61.767677.488659.2782
Yxy77.48860.31110.3903
Hunter Lab88.0276-28.797721.6932
CIE-Lab90.5460-26.160820.3917

#bef1bc color RGB value is (190,241,188).

#bef1bc hex color red value is 190, green value is 241 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bef1bc hue: 0.33 , saturation: 0.65 and the lightness value of bef1bc is 0.84.

The process color (four color CMYK) of #bef1bc color hex is 0.21, 0.00, 0.22, 0.05. Web safe color of #bef1bc is #ccffcc. Color #bef1bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 10111100
Octal 276 361 274
Decimal 190 241 188
Hex BE F1 BC

RGB Percentages of Color #bef1bc

%30.69
%38.93
%30.37

CMYK Percentages of Color #bef1bc

%21
%0
%22
%5

Triadic Colors of #bef1bc

#bef1bc #bcbef1 #f1bcbe

Analogous Colors of #bef1bc

#bef1bc #bcf1d5 #d9f1bc

Monochromatic Colors of #bef1bc

#bef1bc

Complementary Color

#bef1bc #efbcf1

#bef1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef1bc Color CSS Codes

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

#bef1bc Text Font Color

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

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


#bef1bc Background Color

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

This div background color is #bef1bc


#bef1bc Border Color

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

This div border color is #bef1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef1bc


Comments

No comments written yet.

Please login to write comment.