Color Hex Logo

#bef5be Color Hex

#BEF5BE
(190,245,190)
0 Favorites   0 Comments

Color spaces of #bef5be

RGB 190245190
HSL0.330.730.85
HSV120°22°96°
CMYK 0.220.000.22   0.04
XYZ63.181979.969760.8209
Yxy79.96970.30980.3921
Hunter Lab89.4258-30.379722.2733
CIE-Lab91.6713-27.730420.9272

#bef5be color RGB value is (190,245,190).

#bef5be hex color red value is 190, green value is 245 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bef5be hue: 0.33 , saturation: 0.73 and the lightness value of bef5be is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 10111110
Octal 276 365 276
Decimal 190 245 190
Hex BE F5 BE

RGB Percentages of Color #bef5be

%30.40
%39.20
%30.40

CMYK Percentages of Color #bef5be

%22
%0
%22
%4

Triadic Colors of #bef5be

#bef5be #bebef5 #f5bebe

Analogous Colors of #bef5be

#bef5be #bef5da #daf5be

Monochromatic Colors of #bef5be

#bef5be

Complementary Color

#bef5be #f5bef5

#bef5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef5be Color CSS Codes

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

#bef5be Text Font Color

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

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


#bef5be Background Color

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

This div background color is #bef5be


#bef5be Border Color

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

This div border color is #bef5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef5be


Comments

No comments written yet.

Please login to write comment.